From 7561a72d76dc7c5779c76396d2b3c24f68090037 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 14 Jan 2011 03:53:42 +0000 Subject: reenable the module, to use on rabbit --- modules/openssh/manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/openssh') diff --git a/modules/openssh/manifests/init.pp b/modules/openssh/manifests/init.pp index 79b6dd52..de33f72e 100644 --- a/modules/openssh/manifests/init.pp +++ b/modules/openssh/manifests/init.pp @@ -27,9 +27,9 @@ class openssh { 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, -- cgit v1.2.1