Use proper resource collector syntax for httpd service

Previous syntax (exported resource collector) was wrong.

Change-Id: I5c5bdde3cc5ba8934092611fbb4722fb3ec880b5
This commit is contained in:
ZhongShengping 2017-06-08 09:47:52 +08:00
parent f669c687aa
commit 95680e0c5c

View File

@ -97,7 +97,7 @@ class mistral::api (
enable => false,
tag => 'mistral-service',
}
Service <<| title == 'httpd' |>> { tag +> 'mistral-service' }
Service <| title == 'httpd' |> { tag +> 'mistral-service' }
# we need to make sure mistral-api s stopped before trying to start apache
Service['mistral-api'] -> Service[$service_name]