diff options
author | Damien Lallement <dams@mageia.org> | 2011-02-11 14:16:05 +0000 |
---|---|---|
committer | Damien Lallement <dams@mageia.org> | 2011-02-11 14:16:05 +0000 |
commit | 4cbf3493a75120e5a1c95c7253f142563a678443 (patch) | |
tree | eaa716c4118686b8a9a911b39a3467b145820389 /modules/planet/manifests | |
parent | 8cee1b72fca14f679047cf3ff90eb2adb1c2040c (diff) | |
download | puppet-4cbf3493a75120e5a1c95c7253f142563a678443.tar puppet-4cbf3493a75120e5a1c95c7253f142563a678443.tar.gz puppet-4cbf3493a75120e5a1c95c7253f142563a678443.tar.bz2 puppet-4cbf3493a75120e5a1c95c7253f142563a678443.tar.xz puppet-4cbf3493a75120e5a1c95c7253f142563a678443.zip |
typo
Diffstat (limited to 'modules/planet/manifests')
-rw-r--r-- | modules/planet/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/planet/manifests/init.pp b/modules/planet/manifests/init.pp index 519935d9..25c83bee 100644 --- a/modules/planet/manifests/init.pp +++ b/modules/planet/manifests/init.pp @@ -3,7 +3,7 @@ # - add the user 'planet' to the 'apache' group (usermod -a -G apache blog) class planet { user { "planet": - group => 'apache', + groups => 'apache', commend => 'This user was created by Puppet', ensure => 'present', managed_home => 'false', |