-
Notifications
You must be signed in to change notification settings - Fork 59
/
.kitchen.appveyor.yml
48 lines (44 loc) · 1004 Bytes
/
.kitchen.appveyor.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
---
driver:
name: proxy
host: localhost
port: 5985
reset_command: "exit 0"
username: <%= ENV["machine_user"] %>
password: <%= ENV["machine_pass"] %>
provisioner:
name: chef_zero
verifier:
name: inspec
platforms:
- name: windows-2012R2
driver_config:
box: tas50/windows_2012r2
- name: windows-2016
driver_config:
box: tas50/windows_2016
suites:
- name: default
run_list:
- recipe[telegraf::default]
attributes:
telegraf:
outputs:
influxdb:
urls: ['http://localhost:8086']
database: 'telegraf'
precision: 's'
- name: file
run_list:
- recipe[telegraf::default]
attributes:
telegraf:
install_type: file
version: 1.4.1
shasums:
windows: '1cad74edb888bd7a3cde9461b7f0b4210942e967d3cdb3f416ce589e3c755080'
outputs:
influxdb:
urls: ['http://localhost:8086']
database: 'telegraf'
precision: 's'