Deprecation Notice: I'm in the process of revamping my puppet work, this repo is currently not up to date.
Module to tap homebrew-cask, and add brewcask
provider for Puppet's package type.
- Removed a lot of meta-stuff I wasn't using, like the cardboard scripts
- Set up CircleCI build tests
include brewcask # taps homebrew-cask / installs brew-cask
# now you can install packages using homebrew-cask
package { 'adium': provider => 'brewcask' }
package { 'firefox': provider => 'brewcask' }