More easyfix tweaks.
This commit is contained in:
parent
0ba6c1244b
commit
3c4bed5b96
3 changed files with 3 additions and 3 deletions
|
@ -3,4 +3,4 @@
|
||||||
# The frequency set here should be consistent with the one set in the
|
# The frequency set here should be consistent with the one set in the
|
||||||
# configuration file.
|
# configuration file.
|
||||||
#
|
#
|
||||||
*/30 * * * * apache cd /srv/web/gather-easyfix && /usr/bin/python /usr/local/bin/gather_easyfix.py
|
*/30 * * * * apache cd /srv/web/easyfix && /usr/bin/python /usr/local/bin/gather_easyfix.py
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
- name: Create the easyfix folder
|
- name: Create the easyfix folder
|
||||||
action: file state=directory
|
action: file state=directory
|
||||||
path=/srv/web/easyfix
|
path=/srv/web/easyfix
|
||||||
owner=root group=root mode=0755
|
owner=apache group=apache mode=0755
|
||||||
|
|
||||||
- name: Create the easyfix configuration folder
|
- name: Create the easyfix configuration folder
|
||||||
action: file state=directory
|
action: file state=directory
|
||||||
|
|
|
@ -17,7 +17,7 @@ hosts allow = 10.5.126.29 192.168.1.56
|
||||||
|
|
||||||
[gather-easyfix]
|
[gather-easyfix]
|
||||||
comment = Gather easyfix available in Fedora
|
comment = Gather easyfix available in Fedora
|
||||||
path = /srv/web/gather-easyfix
|
path = /srv/web/easyfix
|
||||||
uid = root
|
uid = root
|
||||||
gid = root
|
gid = root
|
||||||
read only = yes
|
read only = yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue