diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-10-19 20:59:02 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-10-19 21:00:23 -0700 |
commit | c06cf633e876579822a3b452d6fad1cec9c19c7e (patch) | |
tree | 232e6730a9eb57d0c07e6202fe7e7e430ceb2317 /kitchen-tests | |
parent | ba049949458b1fe0a9a1925e5ffa2566a19d0524 (diff) | |
download | chef-c06cf633e876579822a3b452d6fad1cec9c19c7e.tar.gz |
Remove insserv-compat from opensuse now that it's there by default
This is in the dokken image now.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/kitchen.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml index 2f453d9133..2c132ee3cf 100644 --- a/kitchen-tests/kitchen.yml +++ b/kitchen-tests/kitchen.yml @@ -20,7 +20,6 @@ lifecycle: - remote: echo "Chef container's Chef / Ohai release:" - remote: /opt/chef/bin/chef-client -v - remote: /opt/chef/bin/ohai -v - - remote: /opt/chef/embedded/bin/rake --version - remote: /opt/chef/embedded/bin/bundle -v - remote: /opt/chef/embedded/bin/gem install appbundler appbundle-updater --no-doc - remote: /opt/chef/embedded/bin/appbundle-updater chef ohai <%= File.readlines('../Gemfile.lock', File.expand_path(File.dirname(__FILE__))).find { |l| l =~ /^\s+ohai \((\d+\.\d+\.\d+)\)/ }; 'v' + $1 %> --tarball --github chef/ohai @@ -143,7 +142,7 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/zypper --non-interactive update - - RUN /usr/bin/zypper --non-interactive install insserv-compat net-tools-deprecated # net-tools-deprecated is necessary for fconfig resource testing + - RUN /usr/bin/zypper --non-interactive install net-tools-deprecated # we need this for /etc/network/interfaces & ifconfig resource testing suites: - name: end-to-end |