system-config/modules/mediawiki/manifests/image_scaler.pp
Matthew Wagoner 8a77c1bd24 Cleanup mediawiki init.pp, image_scaler.pp, and php.pp manifest lint errors.
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
2012-10-12 16:05:00 +00:00

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
}