diff options
Diffstat (limited to 'omnibus/jenkins/solo.rb')
-rw-r--r-- | omnibus/jenkins/solo.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/omnibus/jenkins/solo.rb b/omnibus/jenkins/solo.rb new file mode 100644 index 0000000000..3d33309d8f --- /dev/null +++ b/omnibus/jenkins/solo.rb @@ -0,0 +1,3 @@ +pwd = File.expand_path(File.dirname(__FILE__)) +file_cache_path "#{pwd}/chef-solo/cache" +cookbook_path ["#{pwd}/../cookbooks", "#{pwd}/../vendor/cookbooks"] |