diff --git a/manifests/init.pp b/manifests/init.pp index a00b9f2..3f63d2e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -50,6 +50,7 @@ class elastic_recheck ( cwd => '/opt/elastic-recheck', path => '/bin:/usr/bin', refreshonly => true, + notify => Service['elastic-recheck'], subscribe => Vcsrepo['/opt/elastic-recheck'], require => Class['pip'], }