mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
12 lines
512 B
Ruby
12 lines
512 B
Ruby
# rubocop:disable Lint/UnneededDisable, Style/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 'puppetlabs-vcsrepo', '2.0.0'
|
|
mod 'thekevjames-homebrew',
|
|
git: 'https://github.com/genebean/puppet-homebrew.git',
|
|
branch: 'non-root-and-bundler'
|