aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/maintdb.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/maintdb.pp')
-rw-r--r--modules/buildsystem/manifests/maintdb.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/buildsystem/manifests/maintdb.pp b/modules/buildsystem/manifests/maintdb.pp
index ab04b3cf..58e67a9f 100644
--- a/modules/buildsystem/manifests/maintdb.pp
+++ b/modules/buildsystem/manifests/maintdb.pp
@@ -9,10 +9,7 @@ class buildsystem {
$unmaintained = "/var/www/bs/data/unmaintained.txt"
user {"$login":
- ensure => present,
comment => "Maintainers database",
- managehome => true,
- shell => "/bin/bash",
home => "$homedir",
}