driver: name: vagrant provisioner: name: chef_zero data_path: test/fixtures platforms: - name: centos-5.11 - name: centos-6.7 - name: centos-7.2 - name: debian-7.10 run_list: apt::default - name: debian-8.4 run_list: apt::default - name: fedora-22 run_list: yum::dnf_yum_compat - name: fedora-23 run_list: yum::dnf_yum_compat - name: ubuntu-12.04 run_list: apt::default - name: ubuntu-14.04 run_list: apt::default - name: freebsd-9.2 run_list: - recipe[freebsd::portsnap] - name: windows-2012r2-standard driver: box: chef/windows-server-2012r2-standard # private box in Chef's Atlas account - name: windows-2008r2-standard driver: box: chef/windows-server-2008r2-standard # private box in Chef's Atlas account - name: macosx-10.10 driver: box: chef/macosx-10.10 # private box in Chef's Atlas account provider: vmware_fusion - name: macosx-10.11 driver: box: chef/macosx-10.11 # private box in Chef's Atlas account provider: vmware_fusion suites: - name: default run_list: - recipe[git] - name: source run_list: - recipe[git::source] # servespec on windows is pretty raw. # os detection forces us to use a separate suite. # rather than the usual os[:family] tricks - name: default-windows includes: [ 'windows-8.1-professional', 'windows-2008r2-standard' ] run_list: - recipe[git]