aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openssh/manifests/ssh_keys_from_ldap.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openssh/manifests/ssh_keys_from_ldap.pp')
-rw-r--r--modules/openssh/manifests/ssh_keys_from_ldap.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/openssh/manifests/ssh_keys_from_ldap.pp b/modules/openssh/manifests/ssh_keys_from_ldap.pp
index deb05d66..a344cb36 100644
--- a/modules/openssh/manifests/ssh_keys_from_ldap.pp
+++ b/modules/openssh/manifests/ssh_keys_from_ldap.pp
@@ -1,8 +1,8 @@
class openssh::ssh_keys_from_ldap inherits server {
if versioncmp($::lsbdistrelease, '7') < 0 {
- package { 'python-ldap': }
-} else {
package { 'python2-ldap': }
+} else {
+ package { 'python-ldap': }
}
$ldap_pwfile = '/etc/ldap.secret'