Yamllint fixes

Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2020-10-07 18:01:57 -07:00
parent 3bf9b4e1d1
commit ff96db8fe9
3 changed files with 110 additions and 107 deletions

View File

@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Cookstyle fixes
- ChefSpec fixes
- Yamllint fixes
## 5.3.1 (2018-07-24)

View File

@ -1,3 +1,4 @@
---
driver:
name: dokken
privileged: true # because Docker and SystemD/Upstart
@ -15,65 +16,65 @@ verifier:
name: inspec
platforms:
- name: amazonlinux
- name: amazonlinux
driver:
image: dokken/amazonlinux
pid_one_command: /sbin/init
- name: amazonlinux-2
- name: amazonlinux-2
driver:
image: dokken/amazonlinux-2
pid_one_command: /usr/lib/systemd/systemd
- name: debian-9
- name: debian-9
driver:
image: dokken/debian-9
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
- name: debian-10
- name: debian-10
driver:
image: dokken/debian-10
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
- name: centos-6
- name: centos-6
driver:
image: dokken/centos-6
pid_one_command: /sbin/init
- name: centos-7
- name: centos-7
driver:
image: dokken/centos-7
pid_one_command: /usr/lib/systemd/systemd
- name: centos-8
- name: centos-8
driver:
image: dokken/centos-8
pid_one_command: /usr/lib/systemd/systemd
- name: fedora-latest
- name: fedora-latest
driver:
image: dokken/fedora-latest
pid_one_command: /usr/lib/systemd/systemd
- name: ubuntu-16.04
- name: ubuntu-16.04
driver:
image: dokken/ubuntu-16.04
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
- name: ubuntu-18.04
- name: ubuntu-18.04
driver:
image: dokken/ubuntu-18.04
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
- name: opensuse-leap-15
- name: opensuse-leap-15
driver:
image: dokken/opensuse-leap-15
pid_one_command: /bin/systemd

View File

@ -1,3 +1,4 @@
---
driver:
name: vagrant
@ -29,23 +30,23 @@ platforms:
run_list: apt::default
suites:
- name: default
- name: default
run_list:
- recipe[postfix]
- name: aliases
- name: aliases
run_list:
- recipe[postfix::aliases]
- name: client
- name: client
run_list:
- recipe[postfix::client]
- name: server
- name: server
run_list:
- recipe[postfix::server]
- name: canonical
- name: canonical
run_list:
- recipe[postfix]
attributes:
@ -53,7 +54,7 @@ suites:
recipient_canonical_map_entries:
john: john@doe.com
- name: sasl_auth_none
- name: sasl_auth_none
run_list:
- recipe[postfix::sasl_auth]
attributes:
@ -62,7 +63,7 @@ suites:
relayhost: "localhost"
smtp_sasl_auth_enable: "yes"
- name: sasl_auth_multiple
- name: sasl_auth_multiple
run_list:
- recipe[postfix::sasl_auth]
attributes:
@ -78,7 +79,7 @@ suites:
username: "anotherkitchenuser"
password: "yet-not-a-real-thing"
- name: sasl_auth_one
- name: sasl_auth_one
run_list:
- recipe[postfix::sasl_auth]
attributes: