Use proper resource collector syntax for httpd service

Previous syntax (exported resource collector) was wrong.

Change-Id: Ib066724db1a82c86058219a82bb9a1701cbd9153
(cherry picked from commit fbc7325901)
This commit is contained in:
Mathieu Gagné 2017-06-07 13:20:27 -04:00 committed by Pradeep Kilambi
parent 74c06950a1
commit a26a6452aa
1 changed files with 1 additions and 1 deletions

View File

@ -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-db-sync-service' }
# we need to make sure gnocchi-api/eventlet is stopped before trying to start apache
Service['gnocchi-api'] -> Service[$service_name]