diff --git a/modules/grunkor/manifests/init.pp b/modules/grunkor/manifests/init.pp index 5e61fbb744f637ff36f98bf049dbb87201d04889..acf15c27f05686b92439e93d21019bdcd9ae57f7 100644 --- a/modules/grunkor/manifests/init.pp +++ b/modules/grunkor/manifests/init.pp @@ -12,6 +12,7 @@ class grunkor { owner => 'grunkor', provider => git, source => 'git@github.com:holgerspexet/holger-grunkor.git', + notify => Service['grunkor'], }-> file { '/lib/systemd/system/grunkor.service': source => 'puppet:///modules/grunkor/grunkor.service',