Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 578 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 578 Bytes

chef-wkhtmltopdf

Chef cookbook for installing wkhtmltopdf.

The static binary version of wkhtmltopdf is installed by this cookbook.

Usage

Simply include the recipe wkhtmltopdf.

Testing

You can test this recipe locally using Vagrant with the supplied Vagrantfile. Make sure Vagrant is installed:

gem install vagrant

Then simply:

vagrant up

To test changes against an already running Vagrant box run:

vagrant provision