summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-12-14 14:50:04 -0800
committerGitHub <noreply@github.com>2021-12-14 14:50:04 -0800
commitae7709269bf00749a1e258b2ff7898bef4eb02ad (patch)
tree37c620501edb25962e174812a77567b071b26362
parent99008cab0fb14b52a5ac45778a44ec00709cf2c7 (diff)
parentdf9b3881518297274bebfac3c348d69f3de52197 (diff)
downloadchef-ae7709269bf00749a1e258b2ff7898bef4eb02ad.tar.gz
Merge pull request #12376 from chef/fix_opensuse
Update the pid_one_command for opensuse tests
-rw-r--r--kitchen-tests/kitchen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml
index 4d13f2835f..b42342b5a1 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -146,7 +146,7 @@ platforms:
- name: opensuse-leap-15
driver:
image: dokken/opensuse-leap-15
- pid_one_command: /bin/systemd
+ pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN /usr/bin/zypper --non-interactive update
- RUN /usr/bin/zypper --non-interactive install net-tools-deprecated # we need this for /etc/network/interfaces & ifconfig resource testing