aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/openssh/manifests/ssh_keys_from_ldap.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/openssh/manifests/ssh_keys_from_ldap.pp b/modules/openssh/manifests/ssh_keys_from_ldap.pp
index b466bab3..f44c16ca 100644
--- a/modules/openssh/manifests/ssh_keys_from_ldap.pp
+++ b/modules/openssh/manifests/ssh_keys_from_ldap.pp
@@ -10,6 +10,8 @@ class openssh::ssh_keys_from_ldap($symlink_users = [],
package { 'python-ldap': }
include openssh::pubkeys_directory
+ $pubkeys_directory = $openssh::pubkeys_directory::pubkeys_directory
+
symlink_user { $symlink_users: }
$ldap_pwfile = '/etc/ldap.secret'