Fixed depency error from samba::ldap.
This commit is contained in:
parent
f6316d8c50
commit
615e607c2d
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ class samba::ldap {
|
||||||
environment => "SECRET=${samba_ldap_pass}",
|
environment => "SECRET=${samba_ldap_pass}",
|
||||||
path => "/bin:/usr/bin:/sbin:/usr/sbin",
|
path => "/bin:/usr/bin:/sbin:/usr/sbin",
|
||||||
unless => "tdbtool /etc/samba/secrets.tdb keys | fgrep 'SECRETS/LDAP_BIND_PW/'",
|
unless => "tdbtool /etc/samba/secrets.tdb keys | fgrep 'SECRETS/LDAP_BIND_PW/'",
|
||||||
require => Package["samba"],
|
require => File["/etc/samba/smb.conf"],
|
||||||
notify => Service["smb"],
|
notify => Service["smb"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue