A module which installs homebrew-cask, and brewcask
provider for Puppet's package
type.
include brewcask # taps homebrew-cask / installs brew-cask
# now you can install packages using homebrew-cask
package { 'adium': provider => 'brewcask' }
package { 'firefox': provider => 'brewcask' }
homebrew
, >= 1.10.0
Please contribute by reporting issues and submitting pull requests!