Tim Landscheidt has uploaded a new change for review.

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

Change subject: WIP: Mute warnings about case statements without default matches
......................................................................

WIP: Mute warnings about case statements without default matches

Bug: T87132
Change-Id: I841bd27e66887d9e71f158bbbe15fc4a5efcc135
---
M manifests/nfs.pp
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/59/197759/1

diff --git a/manifests/nfs.pp b/manifests/nfs.pp
index f24f571..ed4b240 100644
--- a/manifests/nfs.pp
+++ b/manifests/nfs.pp
@@ -131,7 +131,9 @@
 # Historical /home/wikipedia
 class nfs::home::wikipedia {
 
+    # lint:ignore:case_without_default
     case $::realm {
+    # lint:endignore
         'production': {
             require nfs::home
             file { '/home/wikipedia':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I841bd27e66887d9e71f158bbbe15fc4a5efcc135
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Tim Landscheidt <t...@tim-landscheidt.de>

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

Reply via email to