mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
SSH Command respects ABS now and tests should fail if the API changes again
This commit is contained in:
parent
d6a69d08ac
commit
ac14629eb3
3 changed files with 61 additions and 6 deletions
|
|
@ -91,7 +91,7 @@ class Service
|
|||
STDERR.puts 'Could not get token... requesting vm without a token anyway...'
|
||||
end
|
||||
end
|
||||
Ssh.ssh(verbose, host_os, token_value, url)
|
||||
Ssh.ssh(verbose, self, host_os, token_value)
|
||||
end
|
||||
|
||||
def pretty_print_running(verbose, hostnames = [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue