Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
salt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
83ce19df
authored
Aug 13, 2015
by
Dóbé Péter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restart incron, fix isc-dhcp-server, no apparmor for Debian
parent
15305aec
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
salt/agentdriver/configuration.sls
+1
-1
salt/fwdriver/configuration.sls
+1
-1
salt/vmdriver/libvirt.sls
+1
-1
No files found.
salt/agentdriver/configuration.sls
View file @
83ce19df
...
...
@@ -37,7 +37,7 @@ incrond:
incron:
{% endif %}
service:
-
reload
: true
-
full_restart
: true
- enable: true
- running
- watch:
...
...
salt/fwdriver/configuration.sls
View file @
83ce19df
...
...
@@ -55,7 +55,7 @@ include:
- user: {{ pillar['fwdriver']['user'] }}
- group: {{ pillar['fwdriver']['user'] }}
{% if grains['os_family'] != 'RedHat' %}
{% if grains['os_family'] != 'RedHat'
and grains['os'] != 'Debian'
%}
/etc/init.d/isc-dhcp-server:
file.symlink:
- target: /lib/init/upstart-job
...
...
salt/vmdriver/libvirt.sls
View file @
83ce19df
...
...
@@ -65,7 +65,7 @@ vmdriver_semodule:
- file: /root/vmdriver.te
- pkg: selinux_pkgs
{% el
se
%}
{% el
if grains['os'] != 'Debian'
%}
/etc/apparmor.d/libvirt/TEMPLATE:
file.managed:
...
...
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