testing change to kitcken-docker for Gentoo hosts.

This commit is contained in:
Gareth J. Greenaway 2022-12-05 18:45:19 -08:00 committed by Pedro Algarvio
parent e4e12f1f84
commit b5ec569df2
2 changed files with 2 additions and 9 deletions

View file

@ -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'

View file

@ -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: