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