diff options
Diffstat (limited to 'modules/openssh/manifests/init.pp')
-rw-r--r-- | modules/openssh/manifests/init.pp | 6 |
1 files changed, 3 insertions, 3 deletions
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, |