aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/buildsystem/manifests/init.pp9
1 files changed, 3 insertions, 6 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 6b6d8eb1..978c27c3 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -128,12 +128,9 @@ class buildsystem {
owner => $binrepo_login,
}
- local_script { "upload-bin":
- content => template('buildsystem/upload-bin'),
- }
-
- local_script { "wrapper.upload-bin":
- content => template('buildsystem/wrapper.upload-bin'),
+ local_script {
+ "upload-bin": content => template('buildsystem/upload-bin');
+ "wrapper.upload-bin": content => template('buildsystem/wrapper.upload-bin');
}
sudo::sudoers_config { "binrepo":