fuel-main/scripts/ci/solo.rb
2012-07-24 12:05:22 +04:00

10 lines
353 B
Ruby

# To run chef-solo from this folder use the following command:
# sudo chef-solo -l debug -c solo.rb -j solo.json
#require 'syslog_logger'
#log_location SyslogLogger.new("chef-solo")
log_location open("| logger -t chef-solo", "w")
file_cache_path "/tmp/chef"
cookbook_path File.expand_path(File.join(File.dirname(__FILE__), '../../vagrant/cookbooks'))