aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-08-17 15:07:31 +0000
committerMichael Scherer <misc@mageia.org>2011-08-17 15:07:31 +0000
commit51f06698fe3a04530c7716742990b4e17c2ea5d5 (patch)
treeeb4b597855491e88e2ced5b51e2eb67c6750a4e4 /modules/buildsystem/manifests
parent83042c8aa73b04ea65b9aeaae3b8b0c6c90638a6 (diff)
downloadpuppet-51f06698fe3a04530c7716742990b4e17c2ea5d5.tar
puppet-51f06698fe3a04530c7716742990b4e17c2ea5d5.tar.gz
puppet-51f06698fe3a04530c7716742990b4e17c2ea5d5.tar.bz2
puppet-51f06698fe3a04530c7716742990b4e17c2ea5d5.tar.xz
puppet-51f06698fe3a04530c7716742990b4e17c2ea5d5.zip
add proper require, to fix bootstraping
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r--modules/buildsystem/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 323419c9..c8bbec7a 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -204,6 +204,7 @@ class buildsystem {
user => $maintdb_login,
command => "$maintdb_binpath root get > $maintdb_dump",
minute => "*/30",
+ require => User[$maintdb_login],
}
}