summaryrefslogtreecommitdiffstats
path: root/modules/partofme
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-17 14:14:20 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-17 14:14:20 -0500
commit96470b3a7265f2fbac1947ba5baaff5fa9ed7f6d (patch)
tree00aab57c6bb1f4856320ecaf41dead41134d5290 /modules/partofme
parentfcff0faf367dd87f135bb9c1132b4cab5ee04ca5 (diff)
downloadpuppet-tozt-96470b3a7265f2fbac1947ba5baaff5fa9ed7f6d.tar.gz
puppet-tozt-96470b3a7265f2fbac1947ba5baaff5fa9ed7f6d.zip
restart samba when config files change
Diffstat (limited to 'modules/partofme')
-rw-r--r--modules/partofme/manifests/filesharing.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/partofme/manifests/filesharing.pp b/modules/partofme/manifests/filesharing.pp
index 4719132..6792d11 100644
--- a/modules/partofme/manifests/filesharing.pp
+++ b/modules/partofme/manifests/filesharing.pp
@@ -4,7 +4,7 @@ class partofme::filesharing {
file { '/etc/samba/smb.conf':
source => 'puppet:///modules/partofme/smb.conf',
require => Package['samba'],
- before => [
+ notify => [
Service['smb'],
Service['nmb'],
];