mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
fix rubocop
This commit is contained in:
parent
7c5a3f802e
commit
1005a33ed2
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ module Vmpooler
|
|||
template_backends.each do |template_backend|
|
||||
vms = backend.smembers("vmpooler__ready__#{template_backend}")
|
||||
next if vms.empty?
|
||||
|
||||
vm = vms.pop
|
||||
smoved = backend.smove("vmpooler__ready__#{template_backend}", "vmpooler__running__#{template_backend}", vm)
|
||||
if smoved
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue