2010-11-14 18:24:21 +00:00
|
|
|
<% if node_name %>
|
2010-07-06 09:17:18 +00:00
|
|
|
node_name "<%= node_name %>"
|
2010-11-14 18:24:21 +00:00
|
|
|
<% end %>
|
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 %>
|
2011-01-09 07:30:07 +00:00
|
|
|
log_level <%= log_level.inspect %>
|
2010-07-29 04:34:28 +00:00
|
|
|
|
2011-01-09 07:30:07 +00:00
|
|
|
<% if recipe_url -%>
|
2010-07-29 04:34:28 +00:00
|
|
|
recipe_url "<%= recipe_url %>"
|
2011-01-09 07:30:07 +00:00
|
|
|
<% end -%>
|
|
|
|
|
|
|
|
http_proxy <%= http_proxy.inspect %>
|
|
|
|
http_proxy_user <%= http_proxy_user.inspect %>
|
|
|
|
http_proxy_pass <%= http_proxy_pass.inspect %>
|
|
|
|
https_proxy <%= https_proxy.inspect %>
|
|
|
|
https_proxy_user <%= https_proxy_user.inspect %>
|
|
|
|
https_proxy_pass <%= https_proxy_pass.inspect %>
|
|
|
|
no_proxy <%= no_proxy.inspect %>
|