Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

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