diff options
author | Michael Scherer <misc@mageia.org> | 2011-06-08 13:26:06 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-06-08 13:26:06 +0000 |
commit | a1a27f1a68a5ea3ced3932b59c5cabd3013d4456 (patch) | |
tree | f2a61d9bb3de378bd482bc7d113ee6c9a2de3296 /manifests | |
parent | 460ad3e95fc3c28eed8aa867c26fa653a568c39c (diff) | |
download | puppet-a1a27f1a68a5ea3ced3932b59c5cabd3013d4456.tar puppet-a1a27f1a68a5ea3ced3932b59c5cabd3013d4456.tar.gz puppet-a1a27f1a68a5ea3ced3932b59c5cabd3013d4456.tar.bz2 puppet-a1a27f1a68a5ea3ced3932b59c5cabd3013d4456.tar.xz puppet-a1a27f1a68a5ea3ced3932b59c5cabd3013d4456.zip |
enable key from ldap on svn
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp index 1e55cd48..5e7341a7 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -32,7 +32,7 @@ node valstar { include restrictshell::allow_pkgsubmit # disabled the ldap key here instead of disabling for the # whole module ( see r698 ) - #include openssh::ssh_keys_from_ldap + include openssh::ssh_keys_from_ldap include mirror::mdv2010spring |