Matanya has uploaded a new change for review.

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

Change subject: git: fix param order
......................................................................

git: fix param order

Change-Id: If0eaa7f355e051f1c32f50ac4cfe50fdeac506e4
---
M modules/git/manifests/install.pp
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/modules/git/manifests/install.pp b/modules/git/manifests/install.pp
index ceebbe6..dce2faa 100644
--- a/modules/git/manifests/install.pp
+++ b/modules/git/manifests/install.pp
@@ -50,13 +50,13 @@
 #
 
 define git::install(
-    $ensure='present',
     $directory,
     $git_tag,
     $lock_file='',
     $post_checkout=undef,
     $owner='root',
     $group='root',
+    $ensure='present',
     )
 {
     # Git clone runs once, then we perform a "forward-to-tag" operation

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If0eaa7f355e051f1c32f50ac4cfe50fdeac506e4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya <mata...@foss.co.il>

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

Reply via email to