Forge Home

wkhtmltox

Puppet module to install wkhtmltox/wkhtmltopdf

46,855 downloads

6,517 latest version

4.3 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.1.1 (latest)
  • 1.1.0
  • 1.0.12
  • 1.0.11
  • 1.0.10
  • 1.0.9
  • 1.0.8
  • 1.0.7
  • 1.0.6
  • 1.0.5
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0.0
  • 0.0.2
  • 0.0.1
released May 29th 2017
This version is compatible with:
  • , , , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'jlondon-wkhtmltox', '1.0.12'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add jlondon-wkhtmltox
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install jlondon-wkhtmltox --version 1.0.12

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

jlondon/wkhtmltox — version 1.0.12 May 29th 2017

wkhtmltox

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with wkhtmltox
  4. Usage - Configuration options and additional functionality
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module

Overview

This module can install the wkhtmltox toolkit to your machine. It supports:

  • Debian Wheezy
  • Ubuntu Precise/Trusty
  • CentOS/RHEL 5 or 6

For more information about wkhtmltopdf: http://wkhtmltopdf.org/

Module Description

The installation of wkhtmltox/pdf is automated by this module. It can download the latest version from sourceforge binaries and install it. Uses wget to do the initial download.

Setup

What wkhtmltox affects

  • Installs a version specific installation of wkhtmltox/pdf to your system
  • Shouldn't break anything, but do make sure you don't have a system repo install of 'whtmltopdf' as they might conflict.

Usage

puppet module install jlondon-wkhtmltox

Also supports inclusion in librarian-puppet

Usage of the module is pretty basic and shouldn't need much other than a default run:

class { 'wkhtmltox':
  ensure => present,
}

Limitations

Only tested to work with Debian wheezy, Ubuntu precise/trusty or centos 5/6.

Development

Feel free to fork and modify this module. Please make sure that if you make a useful change to submit a pull request! Additionally if you do fully fork the project, please do not remove attribution (I only ask this because it has happened before).