Sha256: 6f0595c47be8967444c4f2bc917e87afe89d81ca9d1af302d0f85c9256eff64a

Contents?: true

Size: 1.17 KB

Versions: 63

Compression:

Stored size: 1.17 KB

Contents

log_level          <%= log_level.inspect %>
log_location       STDOUT
verbose_logging    <%= verbose_logging.inspect %>
<% if node_name %>
node_name          "<%= node_name %>"
<% end %>
ssl_verify_mode    :verify_none
chef_server_url    "<%= chef_server_url %>"

validation_client_name "<%= validation_client_name %>"
validation_key         "<%= validation_key %>"
client_key             "<%= client_key %>"

encrypted_data_bag_secret <%= encrypted_data_bag_secret.inspect %>

<% if environment %>
environment        "<%= environment %>"
<% end %>

file_cache_path    "<%= file_cache_path %>"
file_backup_path   "<%= file_backup_path %>"

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 %>

pid_file           "/var/run/chef/chef-client.pid"

Mixlib::Log::Formatter.show_time = true

<% if formatter %>
add_formatter "<%= formatter %>"
<% end %>

<% if custom_configuration -%>
Chef::Config.from_file "<%= custom_configuration %>"
<% end -%>

Version data entries

63 entries across 56 versions & 8 rubygems

Version Path
vagrant-unbundled-2.3.6.0 templates/provisioners/chef_client/client.erb
tamtam-vagrant-reload-1.2.1 vendor/cache/vagrant-2092df529ae7/templates/provisioners/chef_client/client.erb
vagrant-unbundled-2.3.3.0 templates/provisioners/chef_client/client.erb
vagrant-unbundled-2.3.2.0 templates/provisioners/chef_client/client.erb
vagrant-unbundled-2.2.19.0 templates/provisioners/chef_client/client.erb
vagrant-unbundled-2.2.18.0 templates/provisioners/chef_client/client.erb
vagrant-unbundled-2.2.16.0 templates/provisioners/chef_client/client.erb
vagrant-unbundled-2.2.14.0 templates/provisioners/chef_client/client.erb
vagrant-aws-mkubenka-0.7.2.pre.24 vendor/bundle/ruby/2.7.0/bundler/gems/vagrant-22795b161bf6/templates/provisioners/chef_client/client.erb
vagrant-unbundled-2.2.10.0 templates/provisioners/chef_client/client.erb
vagrant-unbundled-2.2.9.0 templates/provisioners/chef_client/client.erb
vagrant-unbundled-2.2.8.0 templates/provisioners/chef_client/client.erb
vagrant-unbundled-2.2.7.0 templates/provisioners/chef_client/client.erb
vagrant-unbundled-2.2.6.2 templates/provisioners/chef_client/client.erb
vagrant-unbundled-2.2.6.1 templates/provisioners/chef_client/client.erb
vagrant-unbundled-2.2.6.0 templates/provisioners/chef_client/client.erb
vagrant-unbundled-2.2.5.0 templates/provisioners/chef_client/client.erb
vagrant-unbundled-2.2.4.0 templates/provisioners/chef_client/client.erb
vagrant-unbundled-2.2.3.0 templates/provisioners/chef_client/client.erb
vagrant-unbundled-2.2.2.0 templates/provisioners/chef_client/client.erb