From 20378d74debb6a39ce6b11283467df70dd25e45f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ne=C4=8Das?= Date: Fri, 20 Feb 2015 12:51:14 +0100 Subject: [PATCH] Fixes #9483 - notify the services after gutterball configuration changes --- manifests/plugin/gutterball.pp | 1 + 1 file changed, 1 insertion(+) 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']], } }