diff options
author | Michael Scherer <misc@mageia.org> | 2012-04-02 11:24:42 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-04-02 11:24:42 +0000 |
commit | 6cb0de633d7d46263a1f5f71a94b6f918447d935 (patch) | |
tree | 2a0104b6694bcafc2a9e05c60c86c3223e471c80 /modules/planet | |
parent | 86ed741826a8a2f4bdd738cf35c96021927dc85b (diff) | |
download | puppet-6cb0de633d7d46263a1f5f71a94b6f918447d935.tar puppet-6cb0de633d7d46263a1f5f71a94b6f918447d935.tar.gz puppet-6cb0de633d7d46263a1f5f71a94b6f918447d935.tar.bz2 puppet-6cb0de633d7d46263a1f5f71a94b6f918447d935.tar.xz puppet-6cb0de633d7d46263a1f5f71a94b6f918447d935.zip |
no need to have the web directory owned by planet nor apache, nor to have index.php as +x
Diffstat (limited to 'modules/planet')
-rw-r--r-- | modules/planet/manifests/init.pp | 5 |
1 files changed, 0 insertions, 5 deletions
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') } |