Created
August 30, 2014 11:58
-
-
Save StephenKing/5a844ba46e2444df9ae0 to your computer and use it in GitHub Desktop.
.kitchen.local.yml for CI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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