aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-12-10 18:41:23 +0000
committerNicolas Vigier <boklm@mageia.org>2012-12-10 18:41:23 +0000
commit3f292850748669ddd7ed92c8823b111d2727ffbf (patch)
tree88feef9a081ddf85a40c7be391d4df323cb463d2
parenta03b8a314770bc60e882d7c8d3ff755945e3bd66 (diff)
downloadpuppet-3f292850748669ddd7ed92c8823b111d2727ffbf.tar
puppet-3f292850748669ddd7ed92c8823b111d2727ffbf.tar.gz
puppet-3f292850748669ddd7ed92c8823b111d2727ffbf.tar.bz2
puppet-3f292850748669ddd7ed92c8823b111d2727ffbf.tar.xz
puppet-3f292850748669ddd7ed92c8823b111d2727ffbf.zip
ii: use mga-common::local_script
-rw-r--r--modules/ii/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ii/manifests/init.pp b/modules/ii/manifests/init.pp
index 528e0d48..8a63f130 100644
--- a/modules/ii/manifests/init.pp
+++ b/modules/ii/manifests/init.pp
@@ -17,7 +17,7 @@ class ii {
include ii::base
# a custom wrappper is needed since ii do not fork in the
# background, and bash is not able to properly do it
- local_script { "ii_$nick":
+ mga-common::local_script { "ii_$nick":
content => template('ii/ii_wrapper.pl'),
require => Class['ii::base'],
}