Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
/ puppet-brewcask Public archive

A homebrew-cask provider for Puppet's package type

Notifications You must be signed in to change notification settings

boxen/puppet-brewcask

Repository files navigation

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

  • homebrew, >= 1.10.0

Work in progress

Please contribute by reporting issues and submitting pull requests!