Revision
410
Author
misc
Date
2010-11-23 02:11:14 +0100 (Tue, 23 Nov 2010)

Log Message

class was renamed 3 commits ago

Modified Paths

Modified: puppet/modules/pam/manifests/init.pp
===================================================================
--- puppet/modules/pam/manifests/init.pp	2010-11-23 01:11:12 UTC (rev 409)
+++ puppet/modules/pam/manifests/init.pp	2010-11-23 01:11:14 UTC (rev 410)
@@ -52,7 +52,7 @@
 
   # for server where people can connect with ssh ( git, svn )
   class commiters_access inherits base {
-    include restricted_shell::shell
+    include restrictshell::shell
     $access_class = "commiters"
   }
 }