--- puppet/modules/buildsystem/manifests/maintdb.pp 2012/01/08 20:24:56 2198 +++ puppet/modules/buildsystem/manifests/maintdb.pp 2012/01/08 20:24:58 2199 @@ -9,10 +9,7 @@ $unmaintained = "/var/www/bs/data/unmaintained.txt" user {"$login": - ensure => present, comment => "Maintainers database", - managehome => true, - shell => "/bin/bash", home => "$homedir", }