diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-10-26 14:51:23 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-10-26 19:29:18 -0700 |
commit | 3743a8d886746316f9e883ff9d118364cf7dc179 (patch) | |
tree | 842f235880726877baedbb890131416275ef01b7 /kitchen-tests | |
parent | bca616120ad5bcfd73a073380ffe0b1f1909d5f0 (diff) | |
download | chef-3743a8d886746316f9e883ff9d118364cf7dc179.tar.gz |
Add back Oracle 8 Test Kitchen testing
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/kitchen.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml index 1e15ada006..53641a6602 100644 --- a/kitchen-tests/kitchen.yml +++ b/kitchen-tests/kitchen.yml @@ -104,6 +104,7 @@ platforms: intermediate_instructions: - RUN yum -y install e2fsprogs - RUN yum -y reinstall systemd + - RUN mkdir /etc/sysconfig/network-scripts # missing from the oracle image - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers - name: fedora-latest |