From bd08225527d78720230ad9b9795722e62aae8cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Sat, 12 Sep 2009 01:43:02 +0300 Subject: [PATCH] Added samba restart when smb.conf is changed. --- samba/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/samba/manifests/init.pp b/samba/manifests/init.pp index 2b2f11b..1647906 100644 --- a/samba/manifests/init.pp +++ b/samba/manifests/init.pp @@ -22,6 +22,7 @@ class samba::server { owner => root, group => root, require => Package["samba"], + notify => Service["smb"], } file { "/etc/samba/lmhosts":