mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Making things work...
This commit is contained in:
parent
91110e2534
commit
77fce59b08
11 changed files with 137 additions and 22 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue