From 523612fb6daff51837423619f5014e62dc835559 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 14 Jun 2016 12:33:31 -0400 Subject: notify the refresh_stunnel exec when the conf files change --- manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- cgit v1.2.3