diff options
-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', |