diff options
Diffstat (limited to 'dev-repo/dev-config.rb')
-rw-r--r-- | dev-repo/dev-config.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-repo/dev-config.rb b/dev-repo/dev-config.rb index 4ac411c832..11360e9d93 100644 --- a/dev-repo/dev-config.rb +++ b/dev-repo/dev-config.rb @@ -1,2 +1,2 @@ -cookbook_path "/home/vagrant/chef/dev-repo/cookbooks" -cache_path "/home/vagrant/.cache/chef" +cookbook_path File.join(File.expand_path(File.dirname(__FILE__)), "cookbooks") +cache_path "#{ENV['HOME']}/.cache/chef" |