jenkins-bot has submitted this change and it was merged.

Change subject: Fix puppetlint-strict arrow_alignment failures
......................................................................


Fix puppetlint-strict arrow_alignment failures

Change-Id: I78d703edcc1fe3e5ccee3db6ae8763c81914f7ef
---
M puppet/modules/mailman-conf/manifests/init.pp
M puppet/modules/nginx/manifests/init.pp
M puppet/modules/profile/manifests/mwelasticsearch.pp
3 files changed, 14 insertions(+), 14 deletions(-)

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



diff --git a/puppet/modules/mailman-conf/manifests/init.pp 
b/puppet/modules/mailman-conf/manifests/init.pp
index f955e74..84953ef 100644
--- a/puppet/modules/mailman-conf/manifests/init.pp
+++ b/puppet/modules/mailman-conf/manifests/init.pp
@@ -17,9 +17,9 @@
   # Would prefer to just use "list" but the module does not support this, so
   # make an alias
   group { 'mailman':
-    ensure     => present,
-    gid        => 38,
-    allowdupe  => true,
+    ensure    => present,
+    gid       => 38,
+    allowdupe => true,
   }
 
   file { '/etc/nginx/sites-available/lists.translatewiki.net':
@@ -49,11 +49,11 @@
 
 # Actual installation using submodule
   class { 'mailman':
-    default_url_host                => 'lists.translatewiki.net',
-    default_email_host              => 'lists.translatewiki.net',
-    default_url_pattern             => 'https://%s/',
-    mailman_site_list               => 'mailman',
-    mm_cfg_settings                 => {
+    default_url_host    => 'lists.translatewiki.net',
+    default_email_host  => 'lists.translatewiki.net',
+    default_url_pattern => 'https://%s/',
+    mailman_site_list   => 'mailman',
+    mm_cfg_settings     => {
     'ALLOW_SITE_ADMIN_COOKIES'      => 'Yes',
     'PUBLIC_ARCHIVE_URL'            => 
"'https://%(hostname)s/pipermail/%(listname)s'",
     'MTA'                           => "'None'",
diff --git a/puppet/modules/nginx/manifests/init.pp 
b/puppet/modules/nginx/manifests/init.pp
index ff3733b..6a9f597 100644
--- a/puppet/modules/nginx/manifests/init.pp
+++ b/puppet/modules/nginx/manifests/init.pp
@@ -3,8 +3,8 @@
   apt::ppa { 'ppa:nginx/stable': }
 
   package { 'nginx':
-    ensure  => present,
-    name    => 'nginx-extras',
+    ensure => present,
+    name   => 'nginx-extras',
   }
 
   service { 'nginx':
diff --git a/puppet/modules/profile/manifests/mwelasticsearch.pp 
b/puppet/modules/profile/manifests/mwelasticsearch.pp
index a95604a..aa5c598 100644
--- a/puppet/modules/profile/manifests/mwelasticsearch.pp
+++ b/puppet/modules/profile/manifests/mwelasticsearch.pp
@@ -4,11 +4,11 @@
     manage_repo   => true,
     repo_version  => '1.3',
     config        => {
-      'script.disable_dynamic' => false,
-      'network.host' => "::1",
+      'script.disable_dynamic'                   => false,
+      'network.host'                             => "::1",
       # The default sandbox for Groovy is too restrictive for Cirrus.
       # This adds a few more allowed invocations.
-      'script.groovy.sandbox.class_whitelist' => [
+      'script.groovy.sandbox.class_whitelist'    => [
         # Defaults
         'java.util.Date',
         'java.util.Map',
@@ -31,7 +31,7 @@
         # Added for Translate
         'org.apache.lucene.search.spell.LevensteinDistance',
       ],
-      'script.groovy.sandbox.package_whitelist' => [
+      'script.groovy.sandbox.package_whitelist'  => [
         # Defaults
         'java.util',
         'java.lang',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I78d703edcc1fe3e5ccee3db6ae8763c81914f7ef
Gerrit-PatchSet: 3
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Amire80 <amir.ahar...@mail.huji.ac.il>
Gerrit-Reviewer: Nikerabbit <niklas.laxst...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to