mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
testing change to kitcken-docker for Gentoo hosts.
This commit is contained in:
parent
e4e12f1f84
commit
b5ec569df2
2 changed files with 2 additions and 9 deletions
3
Gemfile
3
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'
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue