Skip to content

Commit

Permalink
Add support for ed25519 ssh keys for docker
Browse files Browse the repository at this point in the history
beaker-docker uses net-ssh for interaction with containers. Ubuntu 18.04
defaults to ed25519 keys. We need additional gems for this keytype. More
information is present at
voxpupuli/modulesync_config#478. This should be
added to the modulesync_config repo / pdk config.
  • Loading branch information
bastelfreak committed Aug 4, 2018
1 parent 56639c1 commit 7703346
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ group :system_tests do
gem "beaker-pe", require: false
gem "beaker-hostgenerator"
gem "beaker-rspec"
gem 'rbnacl', '~> 4', :require => false if RUBY_VERSION >= '2.2.6'
gem 'rbnacl-libsodium', :require => false if RUBY_VERSION >= '2.2.6'
gem 'bcrypt_pbkdf', :require => false
end

puppet_version = ENV['PUPPET_GEM_VERSION']
Expand Down

0 comments on commit 7703346

Please sign in to comment.