boxen / puppet-brewcask

A homebrew-cask provider for Puppet's package type
37 stars 37 forks source link

Homebrew Cask Puppet Module for Boxen Build Status

A module which installs homebrew-cask, and brewcask provider for Puppet's package type.

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

Work in progress

Please contribute by reporting issues and submitting pull requests!