From 6cb0de633d7d46263a1f5f71a94b6f918447d935 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 2 Apr 2012 11:24:42 +0000 Subject: no need to have the web directory owned by planet nor apache, nor to have index.php as +x --- modules/planet/manifests/init.pp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/planet') diff --git a/modules/planet/manifests/init.pp b/modules/planet/manifests/init.pp index 81abb0e2..2fbfab85 100644 --- a/modules/planet/manifests/init.pp +++ b/modules/planet/manifests/init.pp @@ -23,14 +23,9 @@ class planet { file { $location: ensure => directory, - owner => 'planet', - group => 'apache', } file { "$location/index.php": - owner => 'planet', - group => 'apache', - mode => '0755', content => template('planet/index.php') } -- cgit v1.2.1