aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-04-02 11:24:42 +0000
committerMichael Scherer <misc@mageia.org>2012-04-02 11:24:42 +0000
commit6cb0de633d7d46263a1f5f71a94b6f918447d935 (patch)
tree2a0104b6694bcafc2a9e05c60c86c3223e471c80 /modules/planet
parent86ed741826a8a2f4bdd738cf35c96021927dc85b (diff)
downloadpuppet-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.pp5
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')
}