Andrew Bogott has uploaded a new change for review.

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

Change subject: Disable quoted_boolean lint check around is_virtual refs.
......................................................................

Disable quoted_boolean lint check around is_virtual refs.

This seems to come from elsewhere, as a string.

Bug: T113783
Change-Id: I9540ff7afc3c9ddcf0ad4e0cdc57453c9e243059
---
M manifests/role/lists.pp
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/45/241245/1

diff --git a/manifests/role/lists.pp b/manifests/role/lists.pp
index 7da5c7c..522b801 100644
--- a/manifests/role/lists.pp
+++ b/manifests/role/lists.pp
@@ -132,11 +132,13 @@
         source => 'puppet:///files/icinga/check_iostat',
     }
 
+    # lint:ignore:quoted_booleans
     $iostat_device = $is_virtual ? {
         'true'    => 'vda',
         'false'   => 'sda',
         default   => 'sda',
     }
+    # lint:endignore
 
     nrpe::monitor_service { 'mailman_iostat':
         description   => 'mailman I/O stats',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9540ff7afc3c9ddcf0ad4e0cdc57453c9e243059
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