From df7e540f6ad7385badb91e385e79a583789f3649 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 19 Jun 2013 19:15:59 +0000 Subject: Rename mga-common module to mga_common. New puppet version doesn't like modules with a - in their name. --- modules/restrictshell/manifests/shell.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/restrictshell') diff --git a/modules/restrictshell/manifests/shell.pp b/modules/restrictshell/manifests/shell.pp index 77044ed4..3ef2a036 100644 --- a/modules/restrictshell/manifests/shell.pp +++ b/modules/restrictshell/manifests/shell.pp @@ -3,7 +3,7 @@ class restrictshell::shell { ensure => directory, } - mga-common::local_script { 'sv_membersh.pl': + mga_common::local_script { 'sv_membersh.pl': content => template('restrictshell/sv_membersh.pl'), } -- cgit v1.2.1