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

Latest commit

 

History

History
22 lines (14 loc) · 696 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 696 Bytes

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!