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
|
|
@ -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
|
git clone git@github.com:genebean/dots.git ~/.dotfiles
|
||||||
cd ~/.dotfiles
|
cd ~/.dotfiles
|
||||||
bundle install
|
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
|
#### Installed Homebrew packages
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
# rubocop:disable FileName
|
# rubocop:disable FileName
|
||||||
forge 'http://forge.puppetlabs.com'
|
forge 'http://forge.puppetlabs.com'
|
||||||
|
|
||||||
#moduledir '~/.dotfiles/vendor/puppet_modules'
|
# The next line translates to '../../vendor/puppet_modules' aka ~/.dotfiles/vendor/puppet_modules
|
||||||
moduledir "#{File.dirname(File.dirname(__FILE__))}/vendor/puppet_modules"
|
moduledir "#{File.dirname(File.dirname(File.dirname(__FILE__)))}/vendor/puppet_modules"
|
||||||
|
|
||||||
mod 'homebrew',
|
mod 'homebrew',
|
||||||
:git => 'https://github.com/boxen/puppet-homebrew.git'
|
:git => 'https://github.com/boxen/puppet-homebrew.git'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue