Revision
802
Author
misc
Date
2011-01-14 04:53:42 +0100 (Fri, 14 Jan 2011)

Log Message

reenable the module, to use on rabbit

Modified Paths

Modified: puppet/modules/openssh/manifests/init.pp
===================================================================
--- puppet/modules/openssh/manifests/init.pp	2011-01-14 03:53:41 UTC (rev 801)
+++ puppet/modules/openssh/manifests/init.pp	2011-01-14 03:53:42 UTC (rev 802)
@@ -27,9 +27,9 @@
 
     class ssh_keys_from_ldap inherits server {
 
-#        File ["/etc/ssh/sshd_config"] {
-#            content => template("openssh/sshd_config","openssh/sshd_config_ldap")
-#        }
+        File ["/etc/ssh/sshd_config"] {
+            content => template("openssh/sshd_config","openssh/sshd_config_ldap")
+        }
 
         package { 'python-ldap':
             ensure => installed,