mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
An SSH check was added before moving a VM from pending to ready. However, the result of that check did not matter and move_pending would still be called. This moves the move_pending call to within the begin block that holds the SSH check. If the check fails, then only fail_pending will be called. |
||
|---|---|---|
| .. | ||
| vmpooler | ||
| vmpooler.rb | ||