aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openssh/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-22 23:06:18 +0000
committerMichael Scherer <misc@mageia.org>2012-01-22 23:06:18 +0000
commit6d852d66105ec2be6948875a1fa098af0cf28c68 (patch)
tree041dea77e68b3f9f3873fe8116b7753b268e4005 /modules/openssh/manifests
parent7ecd4156f07c43b0999600df5d4353d15b0b6588 (diff)
downloadpuppet-6d852d66105ec2be6948875a1fa098af0cf28c68.tar
puppet-6d852d66105ec2be6948875a1fa098af0cf28c68.tar.gz
puppet-6d852d66105ec2be6948875a1fa098af0cf28c68.tar.bz2
puppet-6d852d66105ec2be6948875a1fa098af0cf28c68.tar.xz
puppet-6d852d66105ec2be6948875a1fa098af0cf28c68.zip
iuse the new get_ldap_servers to get the list of all ldap servers
Diffstat (limited to 'modules/openssh/manifests')
-rw-r--r--modules/openssh/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/openssh/manifests/init.pp b/modules/openssh/manifests/init.pp
index c8a12482..f05341b3 100644
--- a/modules/openssh/manifests/init.pp
+++ b/modules/openssh/manifests/init.pp
@@ -61,6 +61,7 @@ class openssh {
symlink_user { $symlink_users: }
$ldap_pwfile = "/etc/ldap.secret"
+ $ldap_servers = get_ldap_servers()
local_script { "ldap-sshkey2file.py":
content => template("openssh/ldap-sshkey2file.py"),
require => Package['python-ldap']