From 615e607c2d1faf9f4ebc9bf7d8d802ae59c43581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Sat, 5 May 2012 01:05:06 +0300 Subject: [PATCH] Fixed depency error from samba::ldap. --- samba/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba/manifests/init.pp b/samba/manifests/init.pp index ef36886..06fb6ac 100644 --- a/samba/manifests/init.pp +++ b/samba/manifests/init.pp @@ -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"], }