diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-07-12 10:13:47 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-07-12 10:13:47 +0000 |
commit | d081c842350119d68e2d3801555f5c84dcc151ef (patch) | |
tree | ea1cd80b912e8affe95b3f368c9f94488f06cd2c /modules | |
parent | 17531e792bfaa49ff31fe2ab634033c427f8a849 (diff) | |
download | puppet-d081c842350119d68e2d3801555f5c84dcc151ef.tar puppet-d081c842350119d68e2d3801555f5c84dcc151ef.tar.gz puppet-d081c842350119d68e2d3801555f5c84dcc151ef.tar.bz2 puppet-d081c842350119d68e2d3801555f5c84dcc151ef.tar.xz puppet-d081c842350119d68e2d3801555f5c84dcc151ef.zip |
does not specify gid
Diffstat (limited to 'modules')
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index d5cb15bf..7db3a7ac 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -158,7 +158,6 @@ class buildsystem { ensure => present, comment => "Maintainers database", managehome => true, - gid => $maintdb_login, shell => "/bin/bash", home => "$maintdb_homedir", } |