summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 9e7d87a..544ac04 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -48,7 +48,8 @@ class stunnel (
recurse => true,
purge => true,
force => true,
- source => undef;
+ source => undef,
+ notify => Exec['refresh_stunnel'];
"${stunnel_staging}/bin/refresh_stunnel.sh":
owner => 0,