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]