puppet-mediawiki/manifests/image_scaler.pp
Colleen Murphy 0e00b2e644 Add Gemfile and puppet 4 checks
In anticipation of puppet 4, start trying to deal with puppet 4 things
that can be helpfully predicted by puppet lint plugins. Also fix lint
errors caught by the puppet-lint-absolute_classname-check gem.

Change-Id: I362a59e1bb7fd57baf4714c6155db530eef652ea
2015-08-04 15:53:03 -07:00

61 lines
1.2 KiB
Puppet

# Class: mediawiki::image_scaler
#
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
}