Version information
released Oct 7th 2015
This version is compatible with:
- Darwin
Start using this module
Add this module to your Puppetfile:
mod 'halyard-brewcask', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
halyard/brewcask — version 0.1.0 Oct 7th 2015
puppet-brewcask
Module to tap homebrew-cask, and add brewcask
provider for Puppet's package type.
Changes from upstream
- Removed a lot of meta-stuff I wasn't using, like the cardboard scripts
- Set up CircleCI build tests
Usage
include brewcask # taps homebrew-cask / installs brew-cask
# now you can install packages using homebrew-cask
package { 'adium': provider => 'brewcask' }
package { 'firefox': provider => 'brewcask' }