aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/init.pp')
-rw-r--r--modules/buildsystem/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index b3deca06..d51c0be4 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -166,7 +166,7 @@ class buildsystem {
content => template("buildsystem/sudoers.maintdb")
}
- file { "$maintdb_dump":
+ file { ["$maintdb_dump","$maintdb_dump.new"]:
ensure => present,
owner => $maintdb_login,
mode => 644,