Add puppet-paw for Boxen
jacobbednarz opened this issue · 2 comments
jacobbednarz commented
I've added a module for installing Paw via Boxen. The source repository is: https://github.com/jacobbednarz/puppet-paw
Could you please review it and let me know if it's fine to fork?
Thanks!
timdorr commented
If it's just a simple app, it's better to just use brew cask, since there is less overhead. It's already available: https://github.com/caskroom/homebrew-cask/blob/master/Casks/paw.rb
Then you can just do this:
package { 'paw':
provider => 'brewcask'
}
jacobbednarz commented
Thanks, closing this one off in favour of brewcask.