diff options
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 |