summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'],
];