From 3c1c5a690b3da30151b1a6d118af7638bfcccabf Mon Sep 17 00:00:00 2001 From: Thodoris Sotiropoulos Date: Fri, 1 Feb 2019 17:51:43 +0200 Subject: [PATCH] Add notifier to puppet agent service --- manifests/agent/service.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/agent/service.pp b/manifests/agent/service.pp index 1bc67a5..ac7bd15 100644 --- a/manifests/agent/service.pp +++ b/manifests/agent/service.pp @@ -50,6 +50,7 @@ group => 'root', content => template('puppet/agent_service.erb'), path => $puppet::params::agent_service_conf, + notify => Service['puppet_agent'], } } }