diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-06-20 15:40:16 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-06-20 15:40:16 +0000 |
commit | 65c6b1fd1218ca86ad9d795e64e3c235cd9d36ac (patch) | |
tree | 46155b26b649c3d8141eb1a4f0724fa9d9abd8a2 | |
parent | 5145563b61740703f0c1c6054c39105b830a6d55 (diff) | |
download | puppet-65c6b1fd1218ca86ad9d795e64e3c235cd9d36ac.tar puppet-65c6b1fd1218ca86ad9d795e64e3c235cd9d36ac.tar.gz puppet-65c6b1fd1218ca86ad9d795e64e3c235cd9d36ac.tar.bz2 puppet-65c6b1fd1218ca86ad9d795e64e3c235cd9d36ac.tar.xz puppet-65c6b1fd1218ca86ad9d795e64e3c235cd9d36ac.zip |
don't specify group
-rw-r--r-- | modules/dashboard/manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/dashboard/manifests/init.pp b/modules/dashboard/manifests/init.pp index 8e89bba1..91c66610 100644 --- a/modules/dashboard/manifests/init.pp +++ b/modules/dashboard/manifests/init.pp @@ -11,7 +11,6 @@ class dashboard { comment => "dashboard system user", managehome => true, home => $dashboard_home_dir, - gid => $dashboard_login, shell => "/bin/bash", } |