From 088a56ef6b169ab32b9bf8360fe69c106293ba94 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 13 Jan 2011 20:33:52 +0000 Subject: fix wrong class name --- modules/pam/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.1