summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2022-02-08 19:40:01 -0800
committerTim Smith <tsmith84@gmail.com>2022-02-08 19:40:01 -0800
commit0ba30e41f52de42c90848524b79ced98010f36c6 (patch)
tree88ebc60d3db8637d48a6203ce332553ba9666cbb
parent982ad207c4ccdb08301a22633f81b26d437e7f8c (diff)
downloadchef-0ba30e41f52de42c90848524b79ced98010f36c6.tar.gz
Make sure network scripts dir exists on alma
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/kitchen.yml1
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