From 3a9c5d84cefd7b33a979b8cb30bec022da5df6be Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Tue, 13 Jun 2017 15:07:32 -0400 Subject: [PATCH] Use the correct tag on httpd so gnocchi service gets notified Change-Id: Ibfa9fb39f60c1e4a802d189b32ff4c34476c93d3 (cherry picked from commit 48f6acd3a50d2e5e1622f48a89e60d74ae44a29c) --- manifests/api.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/api.pp b/manifests/api.pp index fcc511f0..27269ae5 100644 --- a/manifests/api.pp +++ b/manifests/api.pp @@ -121,7 +121,7 @@ class gnocchi::api ( enable => false, tag => ['gnocchi-service', 'gnocchi-db-sync-service'], } - Service <| title == 'httpd' |> { tag +> 'gnocchi-db-sync-service' } + Service <| title == 'httpd' |> { tag +> 'gnocchi-service' } # we need to make sure gnocchi-api/eventlet is stopped before trying to start apache Service['gnocchi-api'] -> Service[$service_name]