mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Adding default vagrant credentials to openbsd to get past initial SSH key setup.
This commit is contained in:
parent
5be3b6a62e
commit
dd2a95a17c
2 changed files with 5 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@ source "https://rubygems.org"
|
||||||
|
|
||||||
gem 'test-kitchen', '>= 3.2.2'
|
gem 'test-kitchen', '>= 3.2.2'
|
||||||
gem 'kitchen-salt', '>= 0.7.2'
|
gem 'kitchen-salt', '>= 0.7.2'
|
||||||
gem 'kitchen-docker', git: 'https://github.com/test-kitchen/kitchen-docker.git'
|
gem 'kitchen-docker', :git => 'https://github.com/test-kitchen/kitchen-docker.git', :branch => 'main'
|
||||||
|
|
||||||
group :vagrant do
|
group :vagrant do
|
||||||
gem 'kitchen-vagrant'
|
gem 'kitchen-vagrant'
|
||||||
|
|
|
@ -39,6 +39,10 @@ platforms:
|
||||||
ssh:
|
ssh:
|
||||||
shell: /bin/ksh
|
shell: /bin/ksh
|
||||||
synced_folders: []
|
synced_folders: []
|
||||||
|
transport:
|
||||||
|
name: ssh
|
||||||
|
username: vagrant
|
||||||
|
password: vagrant
|
||||||
provisioner:
|
provisioner:
|
||||||
init_environment: |
|
init_environment: |
|
||||||
echo 'auto_accept: true' > /tmp/auto-accept-keys.conf
|
echo 'auto_accept: true' > /tmp/auto-accept-keys.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue