Added samba restart when smb.conf is changed.

This commit is contained in:
Timo Mkinen 2009-09-12 01:43:02 +03:00
parent 6124a234a3
commit bd08225527

View file

@ -22,6 +22,7 @@ class samba::server {
owner => root, owner => root,
group => root, group => root,
require => Package["samba"], require => Package["samba"],
notify => Service["smb"],
} }
file { "/etc/samba/lmhosts": file { "/etc/samba/lmhosts":