puppet-mediawiki/manifests/image_scaler.pp
Paul Belanger 6f3703d296 Address puppet-lint warnings for mediawiki
Also remove search.pp since this is just a place holder.

Change-Id: I2a862c84d6cb3d30abb5e9bfc5e139e9ec0b7df9
Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
Reviewed-on: https://review.openstack.org/14988
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-31 09:22:28 +00: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
}