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.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/buildsystem/manifests/maintdb.pp b/modules/buildsystem/manifests/maintdb.pp
index f1c1168b..43e65cc9 100644
--- a/modules/buildsystem/manifests/maintdb.pp
+++ b/modules/buildsystem/manifests/maintdb.pp
@@ -5,7 +5,6 @@ class buildsystem {
$homedir = "/var/lib/maintdb"
$dbdir = "$homedir/db"
$binpath = "/usr/local/sbin/maintdb"
- $wrappath = "/usr/local/bin/wrapper.maintdb"
$dump = "/var/www/bs/data/maintdb.txt"
$unmaintained = "/var/www/bs/data/unmaintained.txt"
@@ -30,8 +29,7 @@ class buildsystem {
content => template("buildsystem/maintdb/maintdb.bin")
}
- file { "$wrappath":
- mode => 755,
+ local_script { "wrapper.maintdb":
content => template("buildsystem/maintdb/wrapper.maintdb")
}