vagrant/templates/chef_solo_solo.erb

11 lines
270 B
Plaintext

<% if node_name %>
node_name "<%= node_name %>"
<% end %>
file_cache_path "<%= provisioning_path %>"
cookbook_path <%= cookbooks_path %>
role_path <%= roles_path %>
log_level <%= log_level.inspect %>
<% if recipe_url %>
recipe_url "<%= recipe_url %>"
<% end %>