diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-06-08 15:07:19 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-06-08 15:07:19 +0000 |
commit | 1de5d6030baf6e78145f7d56d3869854b815391c (patch) | |
tree | ccfa49140e045926f2d3980f7d555b8f306a292d /modules | |
parent | 01110fe0bcd5ce72d3cf603222dc6bf8952524ac (diff) | |
download | puppet-1de5d6030baf6e78145f7d56d3869854b815391c.tar puppet-1de5d6030baf6e78145f7d56d3869854b815391c.tar.gz puppet-1de5d6030baf6e78145f7d56d3869854b815391c.tar.bz2 puppet-1de5d6030baf6e78145f7d56d3869854b815391c.tar.xz puppet-1de5d6030baf6e78145f7d56d3869854b815391c.zip |
fix syntax
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") |