Merge "Use proper resource collector syntax for httpd service"

This commit is contained in:
Jenkins 2017-06-08 22:44:35 +00:00 committed by Gerrit Code Review
commit 7c47d0d48c
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class panko::api (
tag => ['panko-service', 'panko-db-sync-service'],
}
Class['panko::db'] -> Service[$service_name]
Service <<| title == 'httpd' |>> { tag +> 'panko-db-sync-service' }
Service <| title == 'httpd' |> { tag +> 'panko-db-sync-service' }
# we need to make sure panko-api/eventlet is stopped before trying to start apache
Service['panko-api'] -> Service[$service_name]