A chef cookbook to manage CUPS-PDF. Running this cookbook will add the printer "CUPS-PDF".
A mac with Chef installed.
###CUPS-PDF::default
Key | Type | Description | Default |
---|---|---|---|
[:CUPS][:tmp] | String | in which directory to put temporary files | "/tmp" |
[:CUPS][:target] | String | on which volume to install CUPS-PDF | "/" |
Include this cookbook in your runlist and run chef.
TODO: Make the bootstrapping easier.
Bootstrap your development environment with bundler:
sudo gem install bundler
bundle install --path vendor
You can execute a cucumber test via
bundle exec cucumber