diff options
author | Robb Kidd <robb@thekidds.org> | 2019-11-07 09:52:17 -0500 |
---|---|---|
committer | Robb Kidd <robb@thekidds.org> | 2019-11-07 09:52:17 -0500 |
commit | 0c3e2542d55dd9e5b05ecd4c48b2d72a9ae8414f (patch) | |
tree | 9f19a199f33879ef63603627bdcd57db6921143f /kitchen-tests | |
parent | c31625406530b560fab02b11fa2447955ed2faef (diff) | |
download | chef-0c3e2542d55dd9e5b05ecd4c48b2d72a9ae8414f.tar.gz |
reinstall systemd for the Oracle 8 test
The oraclelinux:8 image has had many of the files laid down by the
systemd package removed from its filesystem. The package must be
reinstalled because the system thinks it already has been.
Signed-off-by: Robb Kidd <robb@thekidds.org>
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 46859e79f6..e5c6869467 100644 --- a/kitchen-tests/kitchen.yml +++ b/kitchen-tests/kitchen.yml @@ -112,6 +112,7 @@ platforms: pid_one_command: /usr/lib/systemd/systemd intermediate_instructions: - RUN yum -y install e2fsprogs + - RUN yum -y reinstall systemd - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers - name: fedora-latest |