From d016e7db70f53bb6b40d3d3b2256a7c2e3883866 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 6 Jan 2015 14:38:43 +0000 Subject: [PATCH] Match mode to puppet. --- playbooks/groups/proxies-websites.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/proxies-websites.yml b/playbooks/groups/proxies-websites.yml index c45363b6da..bbe71e5d71 100644 --- a/playbooks/groups/proxies-websites.yml +++ b/playbooks/groups/proxies-websites.yml @@ -68,7 +68,7 @@ pre_tasks: - name: Create /srv/web/ for all the goodies. - file: dest=/srv/web owner=apache group=apache mode=0775 state=directory + file: dest=/srv/web owner=root group=root mode=0755 state=directory tags: - httpd - httpd/website