diff options
author | Michael Scherer <misc@mageia.org> | 2012-01-08 11:20:15 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-01-08 11:20:15 +0000 |
commit | ab7a62027b93fb92331adbce809a59a90032b036 (patch) | |
tree | 6e9c4f87362c75e4f95c5a710bbb66c2c17b5fe2 | |
parent | e5cc799a00a9bc77859f341c2e74358a801006f6 (diff) | |
download | puppet-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
-rw-r--r-- | modules/buildsystem/manifests/maintdb.pp | 2 | ||||
-rwxr-xr-x | modules/buildsystem/templates/maintdb.bin (renamed from modules/buildsystem/templates/maintdb) | 0 |
2 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": diff --git a/modules/buildsystem/templates/maintdb b/modules/buildsystem/templates/maintdb.bin index b0cfb1ef..b0cfb1ef 100755 --- a/modules/buildsystem/templates/maintdb +++ b/modules/buildsystem/templates/maintdb.bin |