forked from sous-chefs/ntp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
45 lines (41 loc) · 921 Bytes
/
.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
driver:
name: vagrant
provisioner:
name: chef_zero
verifier:
name: inspec
format: doc
platforms:
- name: centos-5.11
- name: centos-6.7
- name: centos-7.2
- name: debian-7.10
run_list: apt::default
- name: debian-8.4
run_list: apt::default
- name: fedora-23
run_list: yum::dnf_yum_compat
- name: freebsd-9.3
run_list: freebsd::portsnap
- name: freebsd-10.2
run_list: freebsd::portsnap
- name: opensuse-13.2
- name: ubuntu-12.04
run_list: apt::default
- name: ubuntu-14.04
run_list: apt::default
- name: ubuntu-16.04
run_list: apt::default
- name: windows-2008r2
driver_config:
box: chef/windows-server-2008r2-standard
- name: windows-2012r2
driver_config:
box: chef/windows-server-2012r2-standard
suites:
- name: default
run_list: ntp::default
attributes:
ntp:
sync_clock: true
sync_hw_clock: true