aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/maintdb.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-08 11:20:15 +0000
committerMichael Scherer <misc@mageia.org>2012-01-08 11:20:15 +0000
commitab7a62027b93fb92331adbce809a59a90032b036 (patch)
tree6e9c4f87362c75e4f95c5a710bbb66c2c17b5fe2 /modules/buildsystem/manifests/maintdb.pp
parente5cc799a00a9bc77859f341c2e74358a801006f6 (diff)
downloadpuppet-ab7a62027b93fb92331adbce809a59a90032b036.tar
puppet-ab7a62027b93fb92331adbce809a59a90032b036.tar.gz
puppet-ab7a62027b93fb92331adbce809a59a90032b036.tar.bz2
puppet-ab7a62027b93fb92331adbce809a59a90032b036.tar.xz
puppet-ab7a62027b93fb92331adbce809a59a90032b036.zip
rename maintdb, to be able to create a subdirectory to hold the template
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 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":