mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Updated to proper paths
This commit is contained in:
parent
b0374f7ff4
commit
b77729948d
11 changed files with 10 additions and 7 deletions
9
puppet/production/Puppetfile
Normal file
9
puppet/production/Puppetfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# rubocop:disable FileName
|
||||
forge 'http://forge.puppetlabs.com'
|
||||
|
||||
#moduledir '~/.dotfiles/vendor/puppet_modules'
|
||||
moduledir "#{File.dirname(File.dirname(__FILE__))}/vendor/puppet_modules"
|
||||
|
||||
mod 'homebrew',
|
||||
:git => 'https://github.com/boxen/puppet-homebrew.git'
|
||||
mod 'puppetlabs-vcsrepo', '1.5.0'
|
||||
Loading…
Add table
Add a link
Reference in a new issue