diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-19 19:15:59 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-19 19:15:59 +0000 |
commit | df7e540f6ad7385badb91e385e79a583789f3649 (patch) | |
tree | d4fe5b854539953b90177d72ca7852e81e555eb2 /modules/ii/manifests/init.pp | |
parent | 187fb82b596357d0450c75d728bad2004eae6e0e (diff) | |
download | puppet-df7e540f6ad7385badb91e385e79a583789f3649.tar puppet-df7e540f6ad7385badb91e385e79a583789f3649.tar.gz puppet-df7e540f6ad7385badb91e385e79a583789f3649.tar.bz2 puppet-df7e540f6ad7385badb91e385e79a583789f3649.tar.xz puppet-df7e540f6ad7385badb91e385e79a583789f3649.zip |
Rename mga-common module to mga_common.
New puppet version doesn't like modules with a - in their name.
Diffstat (limited to 'modules/ii/manifests/init.pp')
-rw-r--r-- | modules/ii/manifests/init.pp | 2 |
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'], } |