aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-02-11 14:21:51 +0000
committerDamien Lallement <dams@mageia.org>2011-02-11 14:21:51 +0000
commit24c0da877c29cd797d1218d41bcf73c420e003ee (patch)
treec1b57bfb15482259d4a88c72ec9434010d526647 /modules
parent11ee2e5644771f4e7368a9f83dbbf41fe4b905dd (diff)
downloadpuppet-24c0da877c29cd797d1218d41bcf73c420e003ee.tar
puppet-24c0da877c29cd797d1218d41bcf73c420e003ee.tar.gz
puppet-24c0da877c29cd797d1218d41bcf73c420e003ee.tar.bz2
puppet-24c0da877c29cd797d1218d41bcf73c420e003ee.tar.xz
puppet-24c0da877c29cd797d1218d41bcf73c420e003ee.zip
typo and comment about user
Diffstat (limited to 'modules')
-rw-r--r--modules/planet/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/planet/manifests/init.pp b/modules/planet/manifests/init.pp
index b37f9e60..7a3f95fb 100644
--- a/modules/planet/manifests/init.pp
+++ b/modules/planet/manifests/init.pp
@@ -4,9 +4,9 @@
class planet {
user { "planet":
groups => 'apache',
- comment => 'This user was created by Puppet',
+ comment => 'This user is used for planet.mageia.org',
ensure => 'present',
- managed_home => 'false',
+ managed_homedir => 'false',
}
include apache::mod_php