8a77c1bd24
Change-Id: I62bd3069bc491af0cd89569a1b306c765eeee864 Reviewed-on: https://review.openstack.org/14336 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
59 lines
1.2 KiB
Puppet
59 lines
1.2 KiB
Puppet
class mediawiki::image_scaler {
|
|
package { [ 'djvulibre-bin',
|
|
'ffmpeg',
|
|
'ffmpeg2theora',
|
|
'ghostscript',
|
|
'gsfonts',
|
|
'imagemagick',
|
|
'libogg0',
|
|
'librsvg2-bin',
|
|
'libtheora0',
|
|
'libvips15',
|
|
'libvips-tools',
|
|
'libvorbisenc2',
|
|
'netpbm',
|
|
'oggvideotools',
|
|
'texlive-fonts-recommended',
|
|
'ttf-alee',
|
|
'ttf-arabeyes',
|
|
'ttf-arphic-ukai',
|
|
'ttf-arphic-uming',
|
|
'ttf-bengali-fonts',
|
|
'ttf-devanagari-fonts',
|
|
'ttf-farsiweb',
|
|
'ttf-gujarati-fonts',
|
|
'ttf-kacst',
|
|
'ttf-kannada-fonts',
|
|
'ttf-khmeros',
|
|
'ttf-lao',
|
|
'ttf-liberation',
|
|
'ttf-linux-libertine',
|
|
'ttf-malayalam-fonts',
|
|
'ttf-manchufont',
|
|
'ttf-mgopen',
|
|
'ttf-nafees',
|
|
'ttf-oriya-fonts',
|
|
'ttf-punjabi-fonts',
|
|
'ttf-sil-abyssinica',
|
|
'ttf-sil-ezra',
|
|
'ttf-sil-padauk',
|
|
'ttf-sil-scheherazade',
|
|
'ttf-sil-yi',
|
|
'ttf-takao-gothic',
|
|
'ttf-takao-mincho',
|
|
'ttf-tamil-fonts',
|
|
'ttf-thai-tlwg',
|
|
'ttf-tmuni',
|
|
'ttf-ubuntu-font-family',
|
|
'ttf-unfonts-extra',
|
|
'ttf-wqy-zenhei',
|
|
'xfonts-100dpi',
|
|
'xfonts-75dpi',
|
|
'xfonts-base',
|
|
'xfonts-mplus',
|
|
'xfonts-scalable']:
|
|
ensure => present;
|
|
}
|
|
include tmpreaper
|
|
}
|