mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Add -y to all apt-get update commands
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
9ce07e7ab9
commit
84e8d3367a
1 changed files with 6 additions and 6 deletions
12
kitchen.yml
12
kitchen.yml
|
@ -47,14 +47,14 @@ platforms:
|
|||
image: dokken/debian-8
|
||||
pid_one_command: /bin/systemd
|
||||
intermediate_instructions:
|
||||
- RUN /usr/bin/apt-get update
|
||||
- RUN /usr/bin/apt-get update -y
|
||||
|
||||
- name: debian-9
|
||||
driver:
|
||||
image: dokken/debian-9
|
||||
pid_one_command: /bin/systemd
|
||||
intermediate_instructions:
|
||||
- RUN /usr/bin/apt-get update
|
||||
- RUN /usr/bin/apt-get update -y
|
||||
|
||||
- name: fedora-29
|
||||
driver:
|
||||
|
@ -81,21 +81,21 @@ platforms:
|
|||
image: dokken/ubuntu-14.04
|
||||
pid_one_command: /sbin/init
|
||||
intermediate_instructions:
|
||||
- RUN /usr/bin/apt-get update
|
||||
- RUN /usr/bin/apt-get update -y
|
||||
|
||||
- name: ubuntu-16.04
|
||||
driver:
|
||||
image: dokken/ubuntu-16.04
|
||||
pid_one_command: /bin/systemd
|
||||
intermediate_instructions:
|
||||
- RUN /usr/bin/apt-get update
|
||||
- RUN /usr/bin/apt-get update -y
|
||||
|
||||
- name: ubuntu-18.04
|
||||
driver:
|
||||
image: dokken/ubuntu-18.04
|
||||
pid_one_command: /bin/systemd
|
||||
intermediate_instructions:
|
||||
- RUN /usr/bin/apt-get update
|
||||
- RUN /usr/bin/apt-get update -y
|
||||
|
||||
suites:
|
||||
- name: default
|
||||
|
@ -104,7 +104,7 @@ suites:
|
|||
- recipe[audit]
|
||||
verifier:
|
||||
inspec_tests:
|
||||
- test/integration/default
|
||||
- test/integration/default -y
|
||||
attributes:
|
||||
audit:
|
||||
attributes:
|
||||
|
|
Loading…
Reference in a new issue