From 3c4bed5b965b398c8b84f5a1a8f2aa9ebc82cd19 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 19 May 2014 23:31:39 +0000 Subject: [PATCH] More easyfix tweaks. --- roles/easyfix/files/easyfix.cron | 2 +- roles/easyfix/tasks/main.yml | 2 +- roles/rsyncd/files/rsyncd.conf.sundries | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/easyfix/files/easyfix.cron b/roles/easyfix/files/easyfix.cron index 8a292df807..67d1a738d7 100644 --- a/roles/easyfix/files/easyfix.cron +++ b/roles/easyfix/files/easyfix.cron @@ -3,4 +3,4 @@ # The frequency set here should be consistent with the one set in the # 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 diff --git a/roles/easyfix/tasks/main.yml b/roles/easyfix/tasks/main.yml index c3fb168f8b..12c9ff90fc 100644 --- a/roles/easyfix/tasks/main.yml +++ b/roles/easyfix/tasks/main.yml @@ -5,7 +5,7 @@ - name: Create the easyfix folder action: file state=directory path=/srv/web/easyfix - owner=root group=root mode=0755 + owner=apache group=apache mode=0755 - name: Create the easyfix configuration folder action: file state=directory diff --git a/roles/rsyncd/files/rsyncd.conf.sundries b/roles/rsyncd/files/rsyncd.conf.sundries index 7a346b829a..10c19ab234 100644 --- a/roles/rsyncd/files/rsyncd.conf.sundries +++ b/roles/rsyncd/files/rsyncd.conf.sundries @@ -17,7 +17,7 @@ hosts allow = 10.5.126.29 192.168.1.56 [gather-easyfix] comment = Gather easyfix available in Fedora -path = /srv/web/gather-easyfix +path = /srv/web/easyfix uid = root gid = root read only = yes