vagrant/templates/chef_solo_solo.erb

9 lines
241 B
Plaintext
Raw Normal View History

node_name "<%= node_name %>"
file_cache_path "<%= provisioning_path %>"
cookbook_path <%= cookbooks_path %>
2010-04-09 18:38:14 +00:00
role_path <%= roles_path %>
log_level <%= log_level.inspect %>
<% if recipe_url %>
recipe_url "<%= recipe_url %>"
<% end %>