aboutsummaryrefslogtreecommitdiffstats
path: root/modules/restrictshell
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-06-19 19:15:59 +0000
committerNicolas Vigier <boklm@mageia.org>2013-06-19 19:15:59 +0000
commitdf7e540f6ad7385badb91e385e79a583789f3649 (patch)
treed4fe5b854539953b90177d72ca7852e81e555eb2 /modules/restrictshell
parent187fb82b596357d0450c75d728bad2004eae6e0e (diff)
downloadpuppet-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/restrictshell')
-rw-r--r--modules/restrictshell/manifests/shell.pp2
1 files changed, 1 insertions, 1 deletions
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'),
}