Making things work...

This commit is contained in:
Gene Liverman 2017-06-03 11:10:10 -07:00
parent 91110e2534
commit 77fce59b08
11 changed files with 137 additions and 22 deletions

View file

@ -1,9 +1,12 @@
# rubocop:disable FileName
forge 'http://forge.puppetlabs.com'
# rubocop:disable Metrics/LineLength
# The next line translates to '../../vendor/puppet_modules' aka ~/.dotfiles/vendor/puppet_modules
moduledir "#{File.dirname(File.dirname(File.dirname(__FILE__)))}/vendor/puppet_modules"
# rubocop:enable Metrics/LineLength
mod 'homebrew',
:git => 'https://github.com/boxen/puppet-homebrew.git'
mod 'puppetlabs-vcsrepo', '1.5.0'
mod 'thekevjames-homebrew',
git: 'https://github.com/genebean/puppet-homebrew.git',
branch: 'non-root-and-bundler'