.kitchen.ci.yml in test-kitchen-1.7.0 vs .kitchen.ci.yml in test-kitchen-1.7.1.dev
- old
+ new
@@ -1,23 +1,23 @@
----
-driver:
- name: proxy
- host: localhost
- reset_command: "exit 0"
- port: <%= ENV["machine_port"] %>
- username: <%= ENV["machine_user"] %>
- password: <%= ENV["machine_pass"] %>
-
-provisioner:
- name: chef_zero
-
-platforms:
- - name: ubuntu-14.04
- - name: windows-2012R2
-
-verifier:
- name: inspec
-
-suites:
- - name: default
- run_list:
- - recipe[mercurial]
+---
+driver:
+ name: proxy
+ host: localhost
+ reset_command: "exit 0"
+ port: <%= ENV["machine_port"] %>
+ username: <%= ENV["machine_user"] %>
+ password: <%= ENV["machine_pass"] %>
+
+provisioner:
+ name: chef_zero
+
+platforms:
+ - name: ubuntu-14.04
+ - name: windows-2012R2
+
+verifier:
+ name: inspec
+
+suites:
+ - name: default
+ run_list:
+ - recipe[mercurial]