Skip to content

Instantly share code, notes, and snippets.

@kpettijohn
Created September 20, 2014 01:37
Show Gist options
  • Save kpettijohn/11ea7af9669d26ac4d0b to your computer and use it in GitHub Desktop.
Save kpettijohn/11ea7af9669d26ac4d0b to your computer and use it in GitHub Desktop.
Kitchen configuration to install Chef from a local file
---
driver:
name: vagrant
synced_folders:
- ["chef/","/chef_instance"]
provisioner:
name: chef_zero
require_chef_omnibus: true
chef_omnibus_url: "file:///chef_instance/install.sh"
@lyrua
Copy link

lyrua commented Dec 4, 2014

Can you please explain more about the synced_folders? Is chef/ on the host, and /chef_instance is on the vagrant box? My kitchen is still trying to download from chef_omnibus_url and saying file not found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment