diff --git a/manifests/plugin/gutterball.pp b/manifests/plugin/gutterball.pp index a7374e11..06590ef0 100644 --- a/manifests/plugin/gutterball.pp +++ b/manifests/plugin/gutterball.pp @@ -13,5 +13,6 @@ foreman_plugins_dir => $katello::config_dir, foreman_user => $katello::user, foreman_group => $katello::group, + notify => [Service['foreman-tasks'], Class['foreman::service']], } }