From 1de5d6030baf6e78145f7d56d3869854b815391c Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 8 Jun 2011 15:07:19 +0000 Subject: fix syntax --- modules/openssh/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.1