From 3f292850748669ddd7ed92c8823b111d2727ffbf Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Mon, 10 Dec 2012 18:41:23 +0000 Subject: ii: use mga-common::local_script --- modules/ii/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ii') 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'], } -- cgit v1.2.1