File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 66 if ! defined (Package[' sssd' ]) {
77 package { 'sssd' : ensure => installed }
88 }
9- if ! defined (Package[' openldap-clients' ]) {
10- package { 'openldap-clients' : ensure => installed }
11- }
129}
1310
1411class pamldap::install::redhat inherits pamldap::install::common {
1512 if ! defined (Package[' sssd-client' ]) {
1613 package { 'sssd-client' : ensure => installed }
1714 }
15+ if ! defined (Package[' openldap-clients' ]) {
16+ package { 'openldap-clients' : ensure => installed }
17+ }
1818}
1919
2020class pamldap::install::centos inherits pamldap::install::redhat {
2828 if ! defined (Package[' libpam-sss' ]) {
2929 package { 'libpam-sss' : ensure => installed }
3030 }
31+ if ! defined (Package[' ldap-utils' ]) {
32+ package { 'ldap-utils' : ensure => installed }
33+ }
3134}
You can’t perform that action at this time.
0 commit comments