Alexandros Kosiaris has submitted this change and it was merged.

Change subject: varnish: fix param order
......................................................................


varnish: fix param order

Change-Id: Icc73bcd1259b71f9b1379f62a2f6d58188dc1932
---
M modules/varnish/manifests/instance.pp
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/modules/varnish/manifests/instance.pp 
b/modules/varnish/manifests/instance.pp
index 59c5218..f529c7d 100644
--- a/modules/varnish/manifests/instance.pp
+++ b/modules/varnish/manifests/instance.pp
@@ -1,7 +1,8 @@
 define varnish::instance(
+    $vcl_config,
+    $backend_options,
     $name="",
     $vcl = "",
-    $vcl_config,
     $port="80",
     $admin_port="6083",
     $storage="-s malloc,1G",
@@ -11,7 +12,6 @@
     $director_type="hash",
     $director_options={},
     $extra_vcl = [],
-    $backend_options,
     $cluster_options={},
     $wikimedia_networks=[],
     $xff_sources=[]

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icc73bcd1259b71f9b1379f62a2f6d58188dc1932
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to