Skip to content

Instantly share code, notes, and snippets.

@aespinosa
Created January 24, 2016 02:43
Show Gist options
  • Save aespinosa/00d81f95d1a9e060c51d to your computer and use it in GitHub Desktop.
Save aespinosa/00d81f95d1a9e060c51d to your computer and use it in GitHub Desktop.
kitchen diagnose (provisioner part)
---
provisioner:
attributes: {}
chef_client_path: "/bin/chef-client"
chef_omnibus_install_options:
chef_omnibus_url: https://www.chef.io/chef/install.sh
chef_zero_host:
chef_zero_port: 8889
client_rb: {}
clients_path:
command_prefix:
config_path:
cookbook_files_glob: README.*,metadata.{json,rb},attributes/**/*,definitions/**/*,files/**/*,libraries/**/*,providers/**/*,recipes/**/*,resources/**/*,templates/**/*
data_bags_path:
data_path:
encrypted_data_bag_secret_key_path:
environments_path:
ftp_proxy:
http_proxy:
https_proxy:
json_attributes: true
kitchen_root: "/test
log_file:
log_level: :info
name: chef_zero
nodes_path:
profile_ruby: false
require_chef_omnibus: false
roles_path:
root_path: "/tmp/kitchen"
ruby_bindir: "/embedded/bin"
run_list:
- sandbox_kube
sudo: true
sudo_command: sudo -E
test_base_path: "/root/test/integration"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment