aboutsummaryrefslogtreecommitdiffstats
path: root/modules/restrictshell
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-12-10 18:41:15 +0000
committerNicolas Vigier <boklm@mageia.org>2012-12-10 18:41:15 +0000
commit0cd61e11e2461b4cc80bea607bab3d0e28936263 (patch)
treed23f797f0cdeafcdc955828ef4e9c6152dc4f4d9 /modules/restrictshell
parent46359056c05f4fb88b24b7375fcec7a4dcb0e543 (diff)
downloadpuppet-0cd61e11e2461b4cc80bea607bab3d0e28936263.tar
puppet-0cd61e11e2461b4cc80bea607bab3d0e28936263.tar.gz
puppet-0cd61e11e2461b4cc80bea607bab3d0e28936263.tar.bz2
puppet-0cd61e11e2461b4cc80bea607bab3d0e28936263.tar.xz
puppet-0cd61e11e2461b4cc80bea607bab3d0e28936263.zip
restrictshell: use mga-common::local_script
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 c209f352..77044ed4 100644
--- a/modules/restrictshell/manifests/shell.pp
+++ b/modules/restrictshell/manifests/shell.pp
@@ -3,7 +3,7 @@ class restrictshell::shell {
ensure => directory,
}
- local_script { 'sv_membersh.pl':
+ mga-common::local_script { 'sv_membersh.pl':
content => template('restrictshell/sv_membersh.pl'),
}