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}",
|
||||
path => "/bin:/usr/bin:/sbin:/usr/sbin",
|
||||
unless => "tdbtool /etc/samba/secrets.tdb keys | fgrep 'SECRETS/LDAP_BIND_PW/'",
|
||||
require => Package["samba"],
|
||||
require => File["/etc/samba/smb.conf"],
|
||||
notify => Service["smb"],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue