Dzahn has uploaded a new change for review.

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

Change subject: tendril: fix 'optional before required parameter'
......................................................................

tendril: fix 'optional before required parameter'

Change-Id: I09cf80df0f1421fad13f491a3d87e2f18aea3fdb
---
M modules/tendril/manifests/maintenance.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/85/310685/1

diff --git a/modules/tendril/manifests/maintenance.pp 
b/modules/tendril/manifests/maintenance.pp
index fd41d19..0b6fb72 100644
--- a/modules/tendril/manifests/maintenance.pp
+++ b/modules/tendril/manifests/maintenance.pp
@@ -4,7 +4,6 @@
 # or the database, but it requires having mysql access
 
 class tendril::maintenance (
-    $ensure = present,
     $tendril_host,
     $tendril_user,
     $tendril_password,
@@ -12,6 +11,7 @@
     $tendril_port = 3306,
     $wd_user = undef,
     $wd_password = undef,
+    $ensure = present,
 ){
 
     # We want to control if cron is running, not if the scripts are installed.

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

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