diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-07-06 15:14:38 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-07-06 15:14:38 +0000 |
commit | f883d4afa9d46a4091bd1cd99fd0677643c779a5 (patch) | |
tree | 82fdd0c048274199ee241288825ed4d693462de3 /manifests | |
parent | 93e656447c3f5201ee30e6e17a1841c65acc5269 (diff) | |
download | puppet-f883d4afa9d46a4091bd1cd99fd0677643c779a5.tar puppet-f883d4afa9d46a4091bd1cd99fd0677643c779a5.tar.gz puppet-f883d4afa9d46a4091bd1cd99fd0677643c779a5.tar.bz2 puppet-f883d4afa9d46a4091bd1cd99fd0677643c779a5.tar.xz puppet-f883d4afa9d46a4091bd1cd99fd0677643c779a5.zip |
openssh: switch to standard path for authorized_keys file
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/valstar.pp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/manifests/nodes/valstar.pp b/manifests/nodes/valstar.pp index 4eea2d7c..3a64001b 100644 --- a/manifests/nodes/valstar.pp +++ b/manifests/nodes/valstar.pp @@ -26,11 +26,7 @@ node valstar { include restrictshell::allow_pkgsubmit include restrictshell::allow_maintdb include restrictshell::allow_upload_bin - # disabled the ldap key here instead of disabling for the - # whole module ( see r698 ) - class { 'openssh::ssh_keys_from_ldap': - symlink_users => ['schedbot', 'iurt'] - } + include openssh::ssh_keys_from_ldap include mirror::mdv2010spring |