Dzahn has submitted this change and it was merged.

Change subject: install unzip on tin
......................................................................


install unzip on tin

RT #6322

Change-Id: Id408deae30b3fdbf1d5d0be454a28c323bd43e65
---
M manifests/site.pp
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Hashar: Looks good to me, but someone else must approve
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/manifests/site.pp b/manifests/site.pp
index b35d66b..e369cde 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2784,7 +2784,9 @@
         misc::deployment::l10nupdate,
         mysql,
         role::labsdb::manager,
-        ssh::hostkeys-collect 
+        ssh::hostkeys-collect
+
+    package { 'unzip': ensure => present } # for reedy RT #6322
 }
 
 node "tridge.wikimedia.org" {

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

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

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

Reply via email to