aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/maintdb.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/maintdb.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/maintdb.pp')
-rw-r--r--modules/buildsystem/manifests/maintdb.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/maintdb.pp b/modules/buildsystem/manifests/maintdb.pp
index d6eb25bc..02782271 100644
--- a/modules/buildsystem/manifests/maintdb.pp
+++ b/modules/buildsystem/manifests/maintdb.pp
@@ -25,7 +25,7 @@ class buildsystem::maintdb {
content => template('buildsystem/maintdb/maintdb.bin')
}
- local_script { 'wrapper.maintdb':
+ mga-common::local_script { 'wrapper.maintdb':
content => template('buildsystem/maintdb/wrapper.maintdb')
}