Added samba restart when smb.conf is changed.
This commit is contained in:
parent
6124a234a3
commit
bd08225527
1 changed files with 1 additions and 0 deletions
|
@ -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":
|
||||||
|
|
Loading…
Add table
Reference in a new issue