aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/maintdb.pp
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-22 22:17:02 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-22 22:17:02 +0000
commitf2c7b7e17aa798e20f5285c2e6949283e47297a2 (patch)
tree57443a99299b97fae119b7e45e3b4cd7fc203e9a /modules/buildsystem/manifests/maintdb.pp
parent77a70999df1bd4e67aadb02bd673449beae124b8 (diff)
downloadpuppet-f2c7b7e17aa798e20f5285c2e6949283e47297a2.tar
puppet-f2c7b7e17aa798e20f5285c2e6949283e47297a2.tar.gz
puppet-f2c7b7e17aa798e20f5285c2e6949283e47297a2.tar.bz2
puppet-f2c7b7e17aa798e20f5285c2e6949283e47297a2.tar.xz
puppet-f2c7b7e17aa798e20f5285c2e6949283e47297a2.zip
buildsystem: move groups definitions to var::groups
Create buildsystem::var::groups to configure packagers and packagers_committers groups, and remove buildsystem::base which is now empty.
Diffstat (limited to 'modules/buildsystem/manifests/maintdb.pp')
-rw-r--r--modules/buildsystem/manifests/maintdb.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/maintdb.pp b/modules/buildsystem/manifests/maintdb.pp
index 02782271..7935e856 100644
--- a/modules/buildsystem/manifests/maintdb.pp
+++ b/modules/buildsystem/manifests/maintdb.pp
@@ -1,4 +1,5 @@
class buildsystem::maintdb {
+ include buildsystem::var::groups
include sudo
$login = 'maintdb'
$homedir = '/var/lib/maintdb'