diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-22 00:05:08 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-22 00:05:08 +0000 |
commit | e51e43f54ee0941b080d8dd22301bd2b6ec07718 (patch) | |
tree | 5a48dcd35c644349aafae21155b57b81c0b054e1 /modules/pam | |
parent | e92394a8f7fd48a688b582424177a0004e4a9f5d (diff) | |
download | puppet-e51e43f54ee0941b080d8dd22301bd2b6ec07718.tar puppet-e51e43f54ee0941b080d8dd22301bd2b6ec07718.tar.gz puppet-e51e43f54ee0941b080d8dd22301bd2b6ec07718.tar.bz2 puppet-e51e43f54ee0941b080d8dd22301bd2b6ec07718.tar.xz puppet-e51e43f54ee0941b080d8dd22301bd2b6ec07718.zip |
- remove erronous line ( and uneeded ), as this cause error when applying about "ressource already declared"
Diffstat (limited to 'modules/pam')
-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": } } } |