aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r--modules/buildsystem/manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index d5cb15bf..2609a08a 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -154,6 +154,9 @@ class buildsystem {
$maintdb_binpath = "/usr/local/sbin/maintdb"
$maintdb_wrappath = "/usr/local/bin/wrapper.maintdb"
+ group {"$maintdb_login":
+ ensure => present,
+ }
user {"$maintdb_login":
ensure => present,
comment => "Maintainers database",
@@ -161,6 +164,7 @@ class buildsystem {
gid => $maintdb_login,
shell => "/bin/bash",
home => "$maintdb_homedir",
+ Require => Group["$maintdb_login"],
}
file { "$maintdb_dbdir":