From c06cf633e876579822a3b452d6fad1cec9c19c7e Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 19 Oct 2020 20:59:02 -0700 Subject: Remove insserv-compat from opensuse now that it's there by default This is in the dokken image now. Signed-off-by: Tim Smith --- kitchen-tests/kitchen.yml | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1