summaryrefslogtreecommitdiff
path: root/acceptance/top-cookbooks/.kitchen.git.yml
blob: 302657dffcac5d0097c3aaa833a51d5c3e2b2d84 (plain)
1
2
3
4
5
6
7
8
9
10
11
suites:
  - name: git-default
    # Ubuntu images need to run apt update
    run_list: ["recipe[apt]","recipe[git]"]
    includes: [ubuntu-14.04]
  - name: git-source
    run_list: ["recipe[git::source]"]
    includes: [nonexistent]
  - name: git-default-windows
    run_list: ["recipe[git]"]
    includes: [windows-2012r2]