jenkins-bot has submitted this change and it was merged. Change subject: dib: include nodejs/npm in images ......................................................................
dib: include nodejs/npm in images We had the nodejs/npm installation puppetized via T113903 which provides a new puppet class contint::packages::javascript Include contint::packages::javascript in the dib image. Bug: T119143 Change-Id: I28f70ebfb236a153c5fb5f51ccbd757ede9d8c6c --- 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 c80ea44..4e0110f 100644 --- a/dib/puppet/ciimage.pp +++ b/dib/puppet/ciimage.pp @@ -14,6 +14,7 @@ } include contint::packages::base +include contint::packages::javascript include contint::packages::python include contint::packages::ruby -- To view, visit https://gerrit.wikimedia.org/r/258118 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I28f70ebfb236a153c5fb5f51ccbd757ede9d8c6c Gerrit-PatchSet: 4 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
