aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-07-20 20:11:14 +0000
committerMichael Scherer <misc@mageia.org>2011-07-20 20:11:14 +0000
commitc37fc0053314dfc42aba19274a98050e2b32ad98 (patch)
treee21bc6413745b8499a9f1f32f01913f19e4c1fb3
parent434ce802b59f3f47342c94cf3b822a111c9934b2 (diff)
downloadpuppet-c37fc0053314dfc42aba19274a98050e2b32ad98.tar
puppet-c37fc0053314dfc42aba19274a98050e2b32ad98.tar.gz
puppet-c37fc0053314dfc42aba19274a98050e2b32ad98.tar.bz2
puppet-c37fc0053314dfc42aba19274a98050e2b32ad98.tar.xz
puppet-c37fc0053314dfc42aba19274a98050e2b32ad98.zip
first attempt to fix #914 ( using a quick hack )
-rw-r--r--modules/buildsystem/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 4d3afad0..097e4818 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -337,7 +337,7 @@ class buildsystem {
file { '/usr/local/bin/submit_package':
ensure => present,
mode => 755,
- content => template('buildsystem/submit_package')
+ content => template('buildsystem/submit_package.pl')
}
# FIXME use the correct perl directory