Fixed depency error on Fedora from ldap::auth.
This commit is contained in:
parent
609d9492cd
commit
6a9aeac93c
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class ldap::auth inherits ldap::client {
|
|||
path => "/bin:/usr/bin:/sbin:/usr/sbin",
|
||||
unless => 'cat /etc/sysconfig/authconfig | egrep "^USELDAPAUTH=yes$|^USELDAP=yes$" | wc -l | egrep "^2$"',
|
||||
before => Service["sssd"],
|
||||
require => Package["sssd"],
|
||||
require => [ Package["sssd"], Package["pam_ldap"], ],
|
||||
}
|
||||
service { "sssd":
|
||||
ensure => running,
|
||||
|
|
Loading…
Add table
Reference in a new issue