diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-10-19 13:45:27 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-10-19 13:45:27 -0700 |
commit | 6c91e216f2c1eba64abcb038b4e9e3bc897df565 (patch) | |
tree | 2bb218b7cf3f3fd224b94f001319994354529d31 /kitchen-tests | |
parent | 62e85f394a2b0068297114ec862de4336fa57c13 (diff) | |
download | chef-6c91e216f2c1eba64abcb038b4e9e3bc897df565.tar.gz |
See if we can get Ubuntu/Debian working
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/kitchen.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml index 0cae421d9f..488a7e5818 100644 --- a/kitchen-tests/kitchen.yml +++ b/kitchen-tests/kitchen.yml @@ -54,6 +54,7 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update + - RUN /usr/bin/apt-get install ifupdown -y # we need this for /etc/network/interfaces & ifconfig resource - name: debian-10 driver: @@ -61,6 +62,7 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update + - RUN /usr/bin/apt-get install ifupdown -y # we need this for /etc/network/interfaces & ifconfig resource - name: centos-6 driver: @@ -125,6 +127,7 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update + - RUN /usr/bin/apt-get install ifupdown -y # we need this for /etc/network/interfaces & ifconfig resource - name: ubuntu-20.04 driver: @@ -132,6 +135,7 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update + - RUN /usr/bin/apt-get install ifupdown -y # we need this for /etc/network/interfaces & ifconfig resource testing - name: opensuse-leap-15 driver: |