---
driver:
  name: vagrant
  synced_folders:
    - ["../", "/tools-root"]
  customize:
    memory: 2048

provisioner:
  name: chef_solo
  chef_omnibus_url: "https://raw.githubusercontent.com/expectedbehavior/instrumental_tools/master/chef/omnibus.sh"

platforms:
  - name: ubuntu-12.04
  - name: centos-6.6
  - name: "d11wtq/gentoo"
  - name: "windows-2012r2"

suites:
  - name: default
    run_list: ["instrumental_tools"]
    attributes:
      instrumental:
        use_local: true
        local_path: "/tools-root/"