n0ts / puppet-brewcask

A homebrew-cask provider for Puppet's package type

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

A homebrew-cask provider for Puppet's package type


Languages

Language:Ruby 88.6%Language:Shell 7.6%Language:Puppet 3.9%