Andrew Bogott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/241239

Change subject: Grafana:  dequote booleans.
......................................................................

Grafana:  dequote booleans.

Sample file here shows booleans without quotes:  
https://github.com/grafana/grafana/blob/v1.8.1/src/config.sample.js

Bug: T113783
Change-Id: Ie74c2ca363dfb459727bf021a2fd87d113d8d571
---
M manifests/role/grafana.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/39/241239/1

diff --git a/manifests/role/grafana.pp b/manifests/role/grafana.pp
index 0166364..7f45a1a 100644
--- a/manifests/role/grafana.pp
+++ b/manifests/role/grafana.pp
@@ -13,7 +13,7 @@
         config => {
             datasources => {
                 graphite      => {
-                    'default'     => 'true',
+                    'default'     => true,
                     type          => 'graphite',
                     url           => "//graphite.${domain_suffix}",
                     render_method => 'GET',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie74c2ca363dfb459727bf021a2fd87d113d8d571
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <abog...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to