diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-13 20:02:31 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-13 20:02:31 +0000 |
commit | 4c3d756ced226a845b63b00d93e7cc10592fb8a8 (patch) | |
tree | 79f097fdb213899328168eb4c6e3200f87c3a71e | |
parent | 9a9cbf14b979c407ed2f405f768a5da0a78dbf9d (diff) | |
download | puppet-4c3d756ced226a845b63b00d93e7cc10592fb8a8.tar puppet-4c3d756ced226a845b63b00d93e7cc10592fb8a8.tar.gz puppet-4c3d756ced226a845b63b00d93e7cc10592fb8a8.tar.bz2 puppet-4c3d756ced226a845b63b00d93e7cc10592fb8a8.tar.xz puppet-4c3d756ced226a845b63b00d93e7cc10592fb8a8.zip |
- fix syntax
-rw-r--r-- | deployment/access_class/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/access_class/manifests/init.pp b/deployment/access_class/manifests/init.pp index e54becff..8d0bc78e 100644 --- a/deployment/access_class/manifests/init.pp +++ b/deployment/access_class/manifests/init.pp @@ -20,7 +20,7 @@ class access_class { # permission to use svn, git, etc must be added separatly pam::multiple_ldap_access { "committers": - access_classes => ['mga-committers'] + access_classes => ['mga-committers'], restricted_shell => true, } } |