https://github.com/agilecreativity/puppet-wkhtmltopdf
https://github.com/agilecreativity/puppet-wkhtmltopdf
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/agilecreativity/puppet-wkhtmltopdf
- Owner: agilecreativity
- License: mit
- Created: 2015-03-19T23:29:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T00:14:19.000Z (over 11 years ago)
- Last Synced: 2025-03-30T05:01:58.701Z (over 1 year ago)
- Language: Ruby
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Wkhtmltopdf Puppet Module for Boxen
Install [Wkhtmltopdf](http://wkhtmltopdf.org/index.html) on Mac OS X.
## Usage
Add the following line in your `Puppetfile`
```
github 'wkhtmltopdf', "0.1.2", :repo => 'agilecreativity/puppet-wkhtmltopdf'
```
Then include this line in your manifest
```puppet
include wkhtmltopdf
```
## Required Puppet Modules
* `boxen`
* `qt`
## Development
Write code. Run `script/cibuild` to test it. Check the `script`
directory for other useful tools.