Skip to content

a puppet provider for the homebrew packaging system

Notifications You must be signed in to change notification settings

damjanek/puppet-homebrew

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

This module implements a package provider for the mac homebrew packaging system.

It assumes the brew command is installed in /usr/local/bin/brew

Example usage:

package { "rsync":
        ensure => installed,
        provider => homebrew
}

package { "git":
        ensure => latest,
        provider => homebrew
}

About

a puppet provider for the homebrew packaging system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages