Use proper resource collector syntax for httpd service
Previous syntax (exported resource collector) was wrong. Change-Id: I5c5bdde3cc5ba8934092611fbb4722fb3ec880b5
This commit is contained in:
parent
f669c687aa
commit
95680e0c5c
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user