diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/openssh/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openssh/manifests/init.pp b/modules/openssh/manifests/init.pp index 38c6fdee..e36f14e9 100644 --- a/modules/openssh/manifests/init.pp +++ b/modules/openssh/manifests/init.pp @@ -27,7 +27,7 @@ class openssh { # root account authorized_keys will be symlinked # if you want to add symlink on other accounts, use $symlink_users parameter - class ssh_keys_from_ldap($symlink_users = false) inherits server { + class ssh_keys_from_ldap($symlink_users = []) inherits server { File ["/etc/ssh/sshd_config"] { content => template("openssh/sshd_config","openssh/sshd_config_ldap") |