Revision
364
Author
misc
Date
2010-11-22 01:05:08 +0100 (Mon, 22 Nov 2010)

Log Message

- remove erronous line ( and uneeded ), as this cause error when applying about "ressource already declared"

Modified Paths

Modified: puppet/modules/pam/manifests/init.pp
===================================================================
--- puppet/modules/pam/manifests/init.pp	2010-11-22 00:05:06 UTC (rev 363)
+++ puppet/modules/pam/manifests/init.pp	2010-11-22 00:05:08 UTC (rev 364)
@@ -33,12 +33,10 @@
   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": }
   }
 }