aboutsummaryrefslogtreecommitdiffstats
path: root/modules/pam
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-01-13 20:33:52 +0000
committerMichael Scherer <misc@mageia.org>2011-01-13 20:33:52 +0000
commit088a56ef6b169ab32b9bf8360fe69c106293ba94 (patch)
tree1a2ac2e2f9e8b8be46c17fc7845cf60e33cbc4e6 /modules/pam
parentb5629cdbd41ab49a2e4a5121b1b2214000c54acb (diff)
downloadpuppet-088a56ef6b169ab32b9bf8360fe69c106293ba94.tar
puppet-088a56ef6b169ab32b9bf8360fe69c106293ba94.tar.gz
puppet-088a56ef6b169ab32b9bf8360fe69c106293ba94.tar.bz2
puppet-088a56ef6b169ab32b9bf8360fe69c106293ba94.tar.xz
puppet-088a56ef6b169ab32b9bf8360fe69c106293ba94.zip
fix wrong class name
Diffstat (limited to 'modules/pam')
-rw-r--r--modules/pam/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam/manifests/init.pp b/modules/pam/manifests/init.pp
index b7860a4d..1c6c2b11 100644
--- a/modules/pam/manifests/init.pp
+++ b/modules/pam/manifests/init.pp
@@ -46,7 +46,7 @@ class pam {
define multiple_ldap_access($access_classes,$restricted_shell = false) {
if $restricted_shell {
- include restricted_shell
+ include restrictshell
}
include base
}