aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ii/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ii/manifests')
-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 a325d57b..ff45ab3d 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
- mga-common::local_script { "ii_$nick":
+ mga_common::local_script { "ii_$nick":
content => template('ii/ii_wrapper.pl'),
require => Class['ii::base'],
}