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
Commit
177ce851
authored
Jul 20, 2015
by
Czémán Arnold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fwdriver, network: add selinux security module, add dhcp server service for network/init.sls
parent
7458e028
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
0 deletions
+16
-0
salt/fwdriver/configuration.sls
+3
-0
salt/fwdriver/files/firewall-init.pp
+0
-0
salt/fwdriver/files/install_selinux_module.sh
+5
-0
salt/network/init.sls
+8
-0
No files found.
salt/fwdriver/configuration.sls
View file @
177ce851
...
...
@@ -88,5 +88,8 @@ openvswitch2:
- cmd: openvswitch
- required_in:
- cmd: ovs-bridge
salt://fwdriver/files/install_selinux_module.sh:
cmd.script
{% endif %}
salt/fwdriver/files/firewall-init.pp
0 → 100644
View file @
177ce851
File added
salt/fwdriver/files/install_selinux_module.sh
0 → 100644
View file @
177ce851
#!/bin/bash
semodule
-i
firewall-init.pp
exit
0
salt/network/init.sls
View file @
177ce851
...
...
@@ -35,3 +35,11 @@ salt://network/files/reload_firewall.sh:
salt://network/files/fix_dhcp.sh:
cmd.script
isc-dhcp-server:
service:
- running
- enabled
{% if grains['os_family'] == 'RedHat' %}
- name: dhcpd
{% endif %}
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