mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Add ondemand flag and api v2 support to floaty ssh
This commit is contained in:
parent
4103fdeccc
commit
667dacbcea
4 changed files with 115 additions and 34 deletions
|
|
@ -484,7 +484,7 @@ class Vmfloaty
|
|||
|
||||
FloatyLogger.info "Can't ssh to multiple hosts; Using #{host_os} only..." if args.length > 1
|
||||
|
||||
service.ssh(verbose, host_os, use_token)
|
||||
service.ssh(verbose, host_os, use_token, options.ondemand)
|
||||
exit 0
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue