diff options
author | Tim Smith <tsmith84@gmail.com> | 2022-02-08 19:40:01 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2022-02-08 19:40:01 -0800 |
commit | 0ba30e41f52de42c90848524b79ced98010f36c6 (patch) | |
tree | 88ebc60d3db8637d48a6203ce332553ba9666cbb /kitchen-tests/kitchen.yml | |
parent | 982ad207c4ccdb08301a22633f81b26d437e7f8c (diff) | |
download | chef-0ba30e41f52de42c90848524b79ced98010f36c6.tar.gz |
Make sure network scripts dir exists on alma
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/kitchen.yml')
-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 c2212df8c6..0a166807fe 100644 --- a/kitchen-tests/kitchen.yml +++ b/kitchen-tests/kitchen.yml @@ -97,6 +97,7 @@ platforms: pid_one_command: /usr/lib/systemd/systemd intermediate_instructions: - RUN dnf -y install e2fsprogs + - RUN mkdir /etc/sysconfig/network-scripts # missing from the alma image - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers - name: oraclelinux-7 |