mirror of
https://github.com/puppetlabs/beaker-vmpooler.git
synced 2026-01-26 02:58:42 -05:00
Merge pull request #9 from kevpl/maint_connections_symbol
(MAINT) fix connection preferences
This commit is contained in:
commit
4cc317c488
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ module Beaker
|
||||||
end
|
end
|
||||||
|
|
||||||
def connection_preference(host)
|
def connection_preference(host)
|
||||||
['vmhostname', 'ip', 'hostname']
|
[:vmhostname, :ip, :hostname]
|
||||||
end
|
end
|
||||||
|
|
||||||
def check_url url
|
def check_url url
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue