diff options
Diffstat (limited to 'modules/pam/manifests/init.pp')
-rw-r--r-- | modules/pam/manifests/init.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/pam/manifests/init.pp b/modules/pam/manifests/init.pp index 626f009c..210526c9 100644 --- a/modules/pam/manifests/init.pp +++ b/modules/pam/manifests/init.pp @@ -33,12 +33,10 @@ class pam { class admin_access inherits base { $access_class = "admin" # not sure if this line is needed anymore, wil check later - file { "system-auth": } } # for server where people can connect with ssh ( git, svn ) class commiters_access inherits base { $access_class = "commiters" - file { "system-auth": } } } |