puppet-brewcask

Puppet Forge MIT Licensed Build Status

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' }

Required Puppet Modules