From 95680e0c5c81fc373d0d529535e0ab6ab9e75b6e Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Thu, 8 Jun 2017 09:47:52 +0800 Subject: [PATCH] Use proper resource collector syntax for httpd service Previous syntax (exported resource collector) was wrong. Change-Id: I5c5bdde3cc5ba8934092611fbb4722fb3ec880b5 --- manifests/api.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/api.pp b/manifests/api.pp index 6c747ba..a5a1d03 100644 --- a/manifests/api.pp +++ b/manifests/api.pp @@ -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]