projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
CGIPassAuth needs to be in directory context
[chef.git]
/
.kitchen.yml
1
---
2
driver:
3
name: vagrant
4
5
provisioner:
6
name: chef_zero
7
8
platforms:
9
- name: ubuntu-16.04
10
11
suites:
12
- name: apt
13
run_list:
14
- recipe[apt::default]
15
- name: munin
16
run_list:
17
- recipe[munin::default]
18
- name: networking
19
run_list:
20
- recipe[networking::default]
21
- name: tools
22
run_list:
23
- recipe[tools::default]