jenkins-bot has submitted this change and it was merged.

Change subject: dib: git::clone require the 'git' package
......................................................................


dib: git::clone require the 'git' package

'git' is not known got Puppet since it is already provisioned in the dib
image.  Declare it to please git::clone.

Change-Id: Iac664c56c46571c3cbd0413211853229f25139c7
---
M dib/puppet/ciimage.pp
1 file changed, 1 insertion(+), 0 deletions(-)

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



diff --git a/dib/puppet/ciimage.pp b/dib/puppet/ciimage.pp
index e54e8e9..30a4fd0 100644
--- a/dib/puppet/ciimage.pp
+++ b/dib/puppet/ciimage.pp
@@ -29,6 +29,7 @@
 # symlink composer.
 # This is done via puppet rather than in dib so new snapshot images get
 # slave-scripts refreshed.
+require_package('git')
 git::clone { 'jenkins CI slave scripts':
     ensure             => 'latest',
     directory          => '/srv/deployment/integration/slave-scripts',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iac664c56c46571c3cbd0413211853229f25139c7
Gerrit-PatchSet: 2
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to