This file is indexed.

/usr/share/test-kitchen/templates/init/kitchen.yml.erb is in test-kitchen 1.11.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
---
driver:
  name: <%= config[:driver_plugin] %>

provisioner:
  name: <%= config[:provisioner] %>

platforms:
  - name: ubuntu-14.04
  - name: centos-7.2

suites:
  - name: default
    run_list:
<% config[:run_list].each do |recipe| -%>
      - <%= recipe %>
<% end -%>
    attributes: