Skip to content

halyard-archived/puppet-brewcask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecation Notice: I'm in the process of revamping my puppet work, this repo is currently not up to date.

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