From b5ec569df20dc4d21ead5deb2c8cd9acd7366b0e Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Mon, 5 Dec 2022 18:45:19 -0800 Subject: [PATCH] testing change to kitcken-docker for Gentoo hosts. --- Gemfile | 3 ++- kitchen.yml | 8 -------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index a70a9da..624713f 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,8 @@ source "https://rubygems.org" gem 'test-kitchen', '>= 3.2.2' gem 'kitchen-salt', '>= 0.7.2' -gem 'kitchen-docker', :git => 'https://github.com/test-kitchen/kitchen-docker.git', :branch => 'main' +# gem 'kitchen-docker', :git => 'https://github.com/test-kitchen/kitchen-docker.git', :branch => 'main' +gem 'kitchen-docker', :git => 'https://github.com/garethgreenaway/kitchen-docker.git', :branch => 'sudoers_fix' group :vagrant do gem 'kitchen-vagrant' diff --git a/kitchen.yml b/kitchen.yml index 66e1577..acff15f 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -72,7 +72,6 @@ platforms: provision_command: - rc-update add sshd default - echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config - - mkdir /etc/sudoers.d - name: gentoo-systemd driver: image: gentoo/stage3:systemd @@ -80,7 +79,6 @@ platforms: provision_command: - systemctl enable sshd.service - echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config - - mkdir /etc/sudoers.d - name: opensuse-15 driver: image: opensuse/leap:15.4 @@ -217,17 +215,11 @@ suites: provisioner: salt_version: master salt_bootstrap_options: -x python3 -MPfq -D git %s - excludes: - - gentoo - - gentoo-systemd - name: latest provisioner: salt_version: latest salt_bootstrap_options: -MP stable %s - excludes: - - gentoo - - gentoo-systemd - name: onedir-latest provisioner: