Hashar has uploaded a new change for review.

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

Change subject: contint: 'zip' package via ensure_packages()
......................................................................

contint: 'zip' package via ensure_packages()

Prevent conflict with package_builder module.

Change-Id: I2944fe8e5606325e53bcef8e4e19c2c5b0469958
---
M modules/contint/manifests/packages/labs.pp
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/03/203203/1

diff --git a/modules/contint/manifests/packages/labs.pp 
b/modules/contint/manifests/packages/labs.pp
index 619b770..41c603e 100644
--- a/modules/contint/manifests/packages/labs.pp
+++ b/modules/contint/manifests/packages/labs.pp
@@ -81,9 +81,6 @@
         'python-dev',
         'libmysqlclient-dev',  # For python SQLAlchemy
 
-        # For mediawiki/extensions/Collection/OfflineContentGenerator/bundler
-        'zip',
-
         # For 
mediawiki/extensions/Collection/OfflineContentGenerator/latex_renderer
         # Provided by openstack::common:
         #'unzip',
@@ -94,6 +91,9 @@
         ]: ensure => present,
     }
 
+    # For mediawiki/extensions/Collection/OfflineContentGenerator/bundler
+    ensure_packages(['zip'])
+
     # Also provided by Zuul installation
     ensure_packages(['python-pip'])
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2944fe8e5606325e53bcef8e4e19c2c5b0469958
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <has...@free.fr>

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

Reply via email to