Dzahn has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/332956 )

Change subject: kartotherian: optional parameter listed before required
......................................................................

kartotherian: optional parameter listed before required

WARNING: optional parameter listed before required parameter on line
29, 33, 35 ..

Change-Id: I86fb9681abeffe2381465560b9f0d6b39380c349
---
M modules/kartotherian/manifests/init.pp
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/56/332956/1

diff --git a/modules/kartotherian/manifests/init.pp 
b/modules/kartotherian/manifests/init.pp
index 976aa8f..fc9532b 100644
--- a/modules/kartotherian/manifests/init.pp
+++ b/modules/kartotherian/manifests/init.pp
@@ -24,15 +24,15 @@
 #   List of cassandra server names used by Kartotherian
 #
 class kartotherian(
+    $cassandra_servers,
+    $cassandra_kartotherian_pass,
+    $pgsql_kartotherian_pass,
     $conf_sources      = 'sources.prod.yaml',
     $contact_groups    = 'admins',
-    $cassandra_servers,
     $port              = 6533,
     $num_workers       = 'ncpu',
     $cassandra_kartotherian_user = 'kartotherian',
-    $cassandra_kartotherian_pass,
     $pgsql_kartotherian_user = 'kartotherian',
-    $pgsql_kartotherian_pass,
 ) {
 
     validate_array($cassandra_servers)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I86fb9681abeffe2381465560b9f0d6b39380c349
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

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

Reply via email to