Hashar has uploaded a new change for review.

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

Change subject: contint: mediawik::multimedia on labs slaves
......................................................................

contint: mediawik::multimedia on labs slaves

For some reason we are missing the `pnmtojpeg` command on the contint
labs slaves although they are on the production slaves. I am assuming
some refactoring occured between the installation of the prod slave and
the labs slave.

Including mediawiki::multimedia will give us the cron garbage collector
and the required packaged (ex: netbpm which provides pnmtojpeg).

Bug: T76661
Change-Id: I405c2321e0239c1f4bd6ea4cba525f6840a228df
---
M modules/contint/manifests/packages.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/70/177770/1

diff --git a/modules/contint/manifests/packages.pp 
b/modules/contint/manifests/packages.pp
index 5cb826f..93a88a1 100644
--- a/modules/contint/manifests/packages.pp
+++ b/modules/contint/manifests/packages.pp
@@ -13,6 +13,7 @@
     }
 
     include ::mediawiki::packages
+    include ::mediawiki::multimedia  # T76661
 
     # Disable APC entirely it gets confused when files changes often
     file { '/etc/php5/conf.d/apc.ini':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I405c2321e0239c1f4bd6ea4cba525f6840a228df
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>

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

Reply via email to