mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Path update
This commit is contained in:
parent
b77729948d
commit
fdaa0389c1
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# rubocop:disable FileName
|
||||
forge 'http://forge.puppetlabs.com'
|
||||
|
||||
#moduledir '~/.dotfiles/vendor/puppet_modules'
|
||||
moduledir "#{File.dirname(File.dirname(__FILE__))}/vendor/puppet_modules"
|
||||
# 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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue