diff options
Diffstat (limited to 'modules/buildsystem/manifests/maintdb.pp')
-rw-r--r-- | modules/buildsystem/manifests/maintdb.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/maintdb.pp b/modules/buildsystem/manifests/maintdb.pp index e9dc952d..94fc1e72 100644 --- a/modules/buildsystem/manifests/maintdb.pp +++ b/modules/buildsystem/manifests/maintdb.pp @@ -27,7 +27,7 @@ class buildsystem { file { "$binpath": mode => 755, - content => template("buildsystem/maintdb") + content => template("buildsystem/maintdb.bin") } file { "$wrappath": |