From: Tollef Fog Heen Date: Mon, 6 Apr 2015 17:47:33 +0000 (+0200) Subject: Reload systemd defs if the stunnel4 init script changes X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=7066ce07baf419493cb805be956452fad91651d8;hp=92e4053779f7f1b96c806292e5f2022c64642c51;p=mirror%2Fdsa-puppet.git Reload systemd defs if the stunnel4 init script changes --- diff --git a/modules/stunnel4/manifests/init.pp b/modules/stunnel4/manifests/init.pp index 6d5c4e4b2..fc6c9af0a 100644 --- a/modules/stunnel4/manifests/init.pp +++ b/modules/stunnel4/manifests/init.pp @@ -11,6 +11,7 @@ class stunnel4 { file { '/etc/init.d/stunnel4': source => 'puppet:///modules/stunnel4/etc-init.d-stunnel4', mode => '0555', + notify => Exec['systemctl daemon-reload'], } file { '/etc/stunnel/stunnel.conf': ensure => absent,