Faidon has uploaded a new change for review.

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


Change subject: Make the integration/zuul git latest -> present
......................................................................

Make the integration/zuul git latest -> present

This may have unwanted repercussions. The whole git::clone needs to go,
but until then this should suffice.

Change-Id: I1250d254aa7c84f8e6f5f7ce3397fa549d3288f2
---
M modules/zuul/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/92/55892/1

diff --git a/modules/zuul/manifests/init.pp b/modules/zuul/manifests/init.pp
index 3f8ee7f..cd9caa0 100644
--- a/modules/zuul/manifests/init.pp
+++ b/modules/zuul/manifests/init.pp
@@ -57,10 +57,10 @@
        $zuul_source_dir = '/usr/local/src/zuul'
 
        git::clone { 'integration/zuul':
+               ensure => present,
                directory => $zuul_source_dir,
                origin => $git_source_repo,
                branch => 'master',
-               ensure => 'latest',
        }
 
        exec { 'install_zuul':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1250d254aa7c84f8e6f5f7ce3397fa549d3288f2
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon <fai...@wikimedia.org>

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

Reply via email to