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.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/maintdb.pp b/modules/buildsystem/manifests/maintdb.pp
index 88920bd4..e531f550 100644
--- a/modules/buildsystem/manifests/maintdb.pp
+++ b/modules/buildsystem/manifests/maintdb.pp
@@ -33,7 +33,7 @@ class buildsystem::maintdb {
file { [$buildsystem::var::maintdb::dump,
"${buildsystem::var::maintdb::dump}.new",
$buildsystem::var::maintdb::unmaintained,
- "${buildsystem::var::maintdb::unmaintained}.new"]:
+ "${buildsystem::var::maintdb::unmaintained}.new"]:
owner => $buildsystem::var::maintdb::login,
require => File["${buildsystem::var::webstatus::location}/data"],
}