Dzahn has submitted this change and it was merged.

Change subject: endowment: comment out git:clone until repo exists
......................................................................


endowment: comment out git:clone until repo exists

Bug:T136793
Bug:T136736
Change-Id: I89e2103f2c8787fbf705ab2780e0994dbf2f5671
---
M modules/endowment/manifests/init.pp
1 file changed, 5 insertions(+), 5 deletions(-)

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



diff --git a/modules/endowment/manifests/init.pp 
b/modules/endowment/manifests/init.pp
index 0983e37..ba3f378 100644
--- a/modules/endowment/manifests/init.pp
+++ b/modules/endowment/manifests/init.pp
@@ -8,9 +8,9 @@
         source => 'puppet:///modules/endowment/endowment.wikimedia.org',
     }
 
-    git::clone { 'wikimedia/endowment':
-        ensure    => 'latest',
-        directory => '/srv/org/wikimedia/endowment',
-        branch    => 'master',
-    }
+    # git::clone { 'wikimedia/endowment':
+    #     ensure    => 'latest',
+    #     directory => '/srv/org/wikimedia/endowment',
+    #     branch    => 'master',
+    # }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I89e2103f2c8787fbf705ab2780e0994dbf2f5671
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to