From e51e43f54ee0941b080d8dd22301bd2b6ec07718 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 22 Nov 2010 00:05:08 +0000 Subject: - remove erronous line ( and uneeded ), as this cause error when applying about "ressource already declared" --- modules/pam/manifests/init.pp | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules') 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": } } } -- cgit v1.2.1