2010-07-06 09:17:18 +00:00
|
|
|
node_name "<%= node_name %>"
|
2010-04-09 03:56:48 +00:00
|
|
|
file_cache_path "<%= provisioning_path %>"
|
|
|
|
cookbook_path <%= cookbooks_path %>
|
2010-04-09 18:38:14 +00:00
|
|
|
role_path <%= roles_path %>
|
2010-07-06 09:17:18 +00:00
|
|
|
log_level <%= log_level.inspect %>
|
2010-07-29 04:34:28 +00:00
|
|
|
|
|
|
|
<% if recipe_url %>
|
|
|
|
recipe_url "<%= recipe_url %>"
|
|
|
|
<% end %>
|