Lcarr has submitted this change and it was merged.

Change subject: fixing last non-boolean ganglia_aggregator
......................................................................


fixing last non-boolean ganglia_aggregator

Change-Id: I92355bca2ca97ff294ba9cddaecea96dcece3449
---
M manifests/role/cache.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Lcarr: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index 9b28b73..6b8eeb3 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -516,7 +516,7 @@
                        varnish::logging { "multicast_relay" : listener_address 
=> "208.80.154.15" , port => "8419", cli_args => "-m RxRequest:^(?!PURGE\$) -D" 
}
 
                        # HTCP packet loss monitoring on the ganglia aggregators
-                       if $ganglia_aggregator == "true" and $::site != "esams" 
{
+                       if $ganglia_aggregator and $::site != "esams" {
                                include misc::monitoring::htcp-loss
                        }
                }

-- 
To view, visit https://gerrit.wikimedia.org/r/59763
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I92355bca2ca97ff294ba9cddaecea96dcece3449
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Lcarr <[email protected]>
Gerrit-Reviewer: Lcarr <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to