summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2016-06-14 12:33:31 -0400
committerMicah Anderson <micah@riseup.net>2016-06-14 12:33:31 -0400
commit523612fb6daff51837423619f5014e62dc835559 (patch)
tree6f63f2af3a1f4ad810f0ae0b18e1c0d8e394d71c
parent4056d79a2e07b7178cbbdb1576aa6f5ccd1d9e83 (diff)
notify the refresh_stunnel exec when the conf files changeHEADmaster
-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,