mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
9 lines
358 B
Ruby
9 lines
358 B
Ruby
# rubocop:disable FileName
|
|
forge 'http://forge.puppetlabs.com'
|
|
|
|
# The next line translates to '../../vendor/puppet_modules' aka ~/.dotfiles/vendor/puppet_modules
|
|
moduledir "#{File.dirname(File.dirname(File.dirname(__FILE__)))}/vendor/puppet_modules"
|
|
|
|
mod 'homebrew',
|
|
:git => 'https://github.com/boxen/puppet-homebrew.git'
|
|
mod 'puppetlabs-vcsrepo', '1.5.0'
|