JanZerebecki has uploaded a new change for review.

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

Change subject: puppet-lint: fix all 2sp_soft_tabs errors
......................................................................

puppet-lint: fix all 2sp_soft_tabs errors

These are the (only) errors that keep us from re-enabling 2sp_soft_tabs lint 
check.
This should allow us to enable that rule in Ifc2dc02bdd02aff0055bb9 .

Change-Id: Iac0f24d8eeb3d45da4ba1924cc75e4aca5c452b2
---
M modules/dataset/manifests/html.pp
1 file changed, 8 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/36/199136/1

diff --git a/modules/dataset/manifests/html.pp 
b/modules/dataset/manifests/html.pp
index 16aaa3f..a7d0993 100644
--- a/modules/dataset/manifests/html.pp
+++ b/modules/dataset/manifests/html.pp
@@ -29,14 +29,14 @@
         }
     }
     if ($poty) {
-       file { "${dataset::dirs::otherdir}/poty/index.html":
-           ensure => 'present',
-           path   => "${dataset::dirs::otherdir}/poty/index.html",
-           mode   => '0644',
-           owner  => 'root',
-           group  => 'root',
-           source => 'puppet:///modules/dataset/html/poty_index.html',
-       }
+        file { "${dataset::dirs::otherdir}/poty/index.html":
+            ensure => 'present',
+            path   => "${dataset::dirs::otherdir}/poty/index.html",
+            mode   => '0644',
+            owner  => 'root',
+            group  => 'root',
+            source => 'puppet:///modules/dataset/html/poty_index.html',
+        }
     }
     if ($archive) {
         file { "${dataset::dirs::publicdir}/archive/index.html":

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iac0f24d8eeb3d45da4ba1924cc75e4aca5c452b2
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: JanZerebecki <[email protected]>

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

Reply via email to