aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/binrepo.pp
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-12-10 18:41:19 +0000
committerNicolas Vigier <boklm@mageia.org>2012-12-10 18:41:19 +0000
commit8f48579b729da14006eeda5304705a6a0a53c753 (patch)
tree76e42c0069e4a4740e375aa15c1765db9e3aede7 /modules/buildsystem/manifests/binrepo.pp
parent2595ea84d693ab5fb424af1821fdc235b5f14239 (diff)
downloadpuppet-8f48579b729da14006eeda5304705a6a0a53c753.tar
puppet-8f48579b729da14006eeda5304705a6a0a53c753.tar.gz
puppet-8f48579b729da14006eeda5304705a6a0a53c753.tar.bz2
puppet-8f48579b729da14006eeda5304705a6a0a53c753.tar.xz
puppet-8f48579b729da14006eeda5304705a6a0a53c753.zip
buildsystem: use mga-common::local_script
Diffstat (limited to 'modules/buildsystem/manifests/binrepo.pp')
-rw-r--r--modules/buildsystem/manifests/binrepo.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/binrepo.pp b/modules/buildsystem/manifests/binrepo.pp
index 661ee10c..037352a0 100644
--- a/modules/buildsystem/manifests/binrepo.pp
+++ b/modules/buildsystem/manifests/binrepo.pp
@@ -23,7 +23,7 @@ class buildsystem::binrepo {
owner => $login,
}
- local_script {
+ mga-common::local_script {
'upload-bin':
content => template('buildsystem/binrepo/upload-bin');
'wrapper.upload-bin':