mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Path update
This commit is contained in:
parent
b77729948d
commit
fdaa0389c1
2 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ My dot files and a tool to deploy them to various OS's
|
|||
git clone git@github.com:genebean/dots.git ~/.dotfiles
|
||||
cd ~/.dotfiles
|
||||
bundle install
|
||||
bundle exec r10k puppetfile install --moduledir vendor/puppet_modules --puppetfile puppet/Puppetfile -v
|
||||
bundle exec r10k puppetfile install --puppetfile ~/.dotfiles/production/puppet/Puppetfile -v
|
||||
```
|
||||
|
||||
#### Installed Homebrew packages
|
||||
|
|
|
|||
|
|
@ -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