mirror of
https://github.com/puppetlabs/beaker-vmpooler.git
synced 2026-01-26 02:58:42 -05:00
(BKR-1155) Override beaker's default ssh connection preference
[skip ci]
This commit is contained in:
parent
cba871a5af
commit
16706965ed
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ module Beaker
|
||||||
YAML.load_file(dot_fog)
|
YAML.load_file(dot_fog)
|
||||||
end
|
end
|
||||||
|
|
||||||
def connection_preference
|
def connection_preference(host)
|
||||||
['vmhostname', 'ip', 'hostname']
|
['vmhostname', 'ip', 'hostname']
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue