Skip to content

Instantly share code, notes, and snippets.

@StephenKing
Created August 30, 2014 11:58
Show Gist options
  • Save StephenKing/5a844ba46e2444df9ae0 to your computer and use it in GitHub Desktop.
Save StephenKing/5a844ba46e2444df9ae0 to your computer and use it in GitHub Desktop.
.kitchen.local.yml for CI
---
driver:
name: docker
driver_config:
provision_command:
- curl -L https://www.opscode.com/chef/install.sh | bash
- apt-get install net-tools -y
- apt-get install bcron -y
use_sudo: false
# the no_proxy variable is not yet passed through by t-k
# http_proxy: http://10.100.10.100:8123
# https_proxy: http://10.100.10.100:8123
# no_proxy: localhost,10.100.10.100
provisioner:
require_chef_omnibus: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment