Version information
released Dec 11th 2015
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'todd-wkhtmltox', '0.1.4'
Learn more about managing modules with a PuppetfileDocumentation
todd/wkhtmltox — version 0.1.4 Dec 11th 2015
wkhtmltox
Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with wkhtmltox
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
Overview
This module installs wkhtmltopdf and wkhtmltoimage. This module currently only supports Ubuntu 12.04 and 14.04 - Pull Requests are welcome for other platforms!
Module Description
This module downloads and installs the wkhtmltox package and installs wkhtmltopdf and wkhtmltoimage.
Setup
What wkhtmltox affects
- Installs wkhtmltopdf and wkhtmltoimage
- Installs the dependencies for the aformentioned packages:
- fontconfig
- libfontconfig1
- libjpeg8
- libxrender1
- xfonts-base
- xfonts-75dpi
Setup Requirements
Requires wget.
Usage
include wkhtmltox
Or:
class { 'wkhtmltox':
version => '0.12.2.1'
}
Limitations
Currently only supports Ubuntu Precise and Ubunty Trusty. Submit an issue or Pull Request if there are additional platforms you'd like to see supported.
Types in this module release
Dependencies
The MIT License (MIT) Copyright (c) 2015 Todd Bealmear Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.