Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
salt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
17
Merge Requests
1
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
f2b8bdf0
authored
Jul 21, 2015
by
Czémán Arnold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
network: fix isc-dhcp-server service. firewall: extend pillar/firewall.sls
parent
c2c92c9c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
pillar/firewall.sls
+2
-0
salt/network/init.sls
+2
-1
No files found.
pillar/firewall.sls
View file @
f2b8bdf0
...
@@ -8,6 +8,8 @@ fwdriver:
...
@@ -8,6 +8,8 @@ fwdriver:
vm_if: vm
vm_if: vm
vm_net: 192.168.2.254/24
vm_net: 192.168.2.254/24
vm_net_ip: 192.168.2.254
vm_net_mask: 255.255.255.0
management_if: eth5
management_if: eth5
management_net: 192.168.1.254/24
management_net: 192.168.1.254/24
...
...
salt/network/init.sls
View file @
f2b8bdf0
...
@@ -39,7 +39,8 @@ salt://network/files/fix_dhcp.sh:
...
@@ -39,7 +39,8 @@ salt://network/files/fix_dhcp.sh:
isc-dhcp-server:
isc-dhcp-server:
service:
service:
- running
- running
- enabled
{% if grains['os_family'] == 'RedHat' %}
{% if grains['os_family'] == 'RedHat' %}
- name: dhcpd
- name: dhcpd
{% endif %}
{% endif %}
- enable: True
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment