6 - .kitchen.provision.rb
12 data_bags_path: test/data_bags
16 - name: ubuntu-18.04-ci
19 image: dokken/ubuntu-18.04
22 pid_one_command: /bin/systemd
23 intermediate_instructions:
24 - RUN /usr/bin/apt-get update -y
28 data_bags_path: test/data_bags
35 - recipe[accounts::default]
36 excludes: ["ubuntu-18.04-ci"]
39 - recipe[apache::default]
40 excludes: ["ubuntu-18.04-ci"]
43 - recipe[apt::default]
46 - recipe[bind::default]
50 excludes: ["ubuntu-18.04-ci"]
53 - recipe[accounts::default]
54 - recipe[blogs::default]
55 excludes: ["ubuntu-18.04-ci"]
58 - recipe[accounts::default]
60 excludes: ["ubuntu-18.04-ci"]
63 - recipe[accounts::default]
64 - recipe[apt::default]
70 excludes: ["ubuntu-18.04-ci"]
73 - recipe[munin::default]
74 excludes: ["ubuntu-18.04-ci"]
77 - recipe[munin::server]
78 excludes: ["ubuntu-18.04-ci"]
81 - recipe[mysql::default]
82 excludes: ["ubuntu-18.04-ci"]
85 - recipe[networking::default]
86 excludes: ["ubuntu-18.04-ci"]
89 - recipe[accounts::default]
90 - recipe[chef::default]
92 excludes: ["ubuntu-18.04-ci"]
95 - recipe[python::default]
96 excludes: ["ubuntu-18.04-ci"]
99 - recipe[tools::default]
100 excludes: ["ubuntu-18.04-ci"]