Use proper resource collector syntax for httpd service

Previous syntax (exported resource collector) was wrong.

Change-Id: Ib066724db1a82c86058219a82bb9a1701cbd9153
This commit is contained in:
Mathieu Gagné 2017-06-07 13:20:27 -04:00
parent 0f24402276
commit fbc7325901
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,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]