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