aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/init.pp')
-rw-r--r--modules/buildsystem/manifests/init.pp5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 9031b9cb..4cbc737a 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -157,6 +157,7 @@ class buildsystem {
local_script {
"mga-youri-submit": content => template("buildsystem/mga-youri-submit"),
"mga-youri-submit.wrapper": content => template("buildsystem/mga-youri-submit.wrapper"),
+ "submit_package": content => template('buildsystem/submit_package.pl'),
}
sudo::sudoers_config { "mga-youri-submit":
@@ -190,10 +191,6 @@ class buildsystem {
"/etc/youri/acl.conf": content => template("buildsystem/youri_acl.conf")
}
- local_script { 'submit_package':
- content => template('buildsystem/submit_package.pl')
- }
-
# FIXME use the correct perl directory
file { "/usr/lib/perl5/site_perl/5.10.1/Youri/Repository":
ensure => "directory",