mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Fixing typo
This commit is contained in:
parent
e8125e7702
commit
76ef04c100
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ module Vmpooler
|
|||
)
|
||||
|
||||
# Choose a clone target
|
||||
if ($config[:config]['clone_target']
|
||||
if ($config[:config]['clone_target'])
|
||||
$clone_target = $vsphere[vm['template']].find_least_used_host($config[:config]['clone_target'])
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue