diff --git a/manifests/init.pp b/manifests/init.pp index a7bccf6..9b27b62 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -30,6 +30,7 @@ class grafyaml ( exec { 'install_grafyaml': command => 'pip install /opt/grafyaml', + notify => Exec['grafana_dashboard_update'], path => '/usr/local/bin:/usr/bin:/bin/', refreshonly => true, subscribe => Vcsrepo['/opt/grafyaml'],