-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
61 lines (57 loc) · 1.15 KB
/
.kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
driver:
name: docker
binary: docker
use_sudo: false
provisioner:
name: chef_zero
chef_license: accept
attributes:
moombot:
loggers:
level: debug
first_level: debug
verifier:
name: inspec
platforms:
- name: debian-8
- name: debian-9
- name: debian-10
- name: ubuntu-16.04
- name: ubuntu-18.04
- name: ubuntu-20.04
suites:
- name: moombot
run_list:
- recipe[apt]
- recipe[moombot::ruby]
- recipe[moombot::default]
attributes:
moombot:
name: moombot-dev
- name: moombot-plugin-lwrp
run_list:
- recipe[apt]
- recipe[moombot::ruby]
- recipe[moombot::default]
- recipe[devbot::delete_plugin2]
attributes:
moombot:
name: moombot-dev
plugins:
moombot: [ping]
devbot: [plugin1, plugin2]
- name: moombot-plugin-config
run_list:
- recipe[apt]
- recipe[moombot::ruby]
- recipe[moombot::default]
- recipe[devbot]
attributes:
moombot:
name: moombot-dev
plugins:
moombot: [ping]
devbot: [say]
plugin_say:
msg: Hello H4x0R!!!