projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add basic tests for apache cookbook
[chef.git]
/
.kitchen.yml
1
---
2
driver:
3
name: vagrant
4
provision: true
5
vagrantfiles:
6
- .kitchen.provision.rb
7
8
provisioner:
9
name: chef_zero
10
data_bags_path: test/data_bags
11
12
platforms:
13
- name: ubuntu-16.04
14
15
suites:
16
- name: apache
17
run_list:
18
- recipe[apache::default]
19
- name: apache-ssl
20
run_list:
21
- recipe[apache::ssl]
22
- name: apt
23
run_list:
24
- recipe[apt::default]
25
- name: bind
26
run_list:
27
- recipe[bind::default]
28
- name: munin
29
run_list:
30
- recipe[munin::default]
31
- name: networking
32
run_list:
33
- recipe[networking::default]
34
- name: tools
35
run_list:
36
- recipe[tools::default]