mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Fixing variable
This commit is contained in:
parent
8423084be3
commit
ea0a6786a4
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ def destroy_vm vm, pool
|
|||
|
||||
$logger.log('s', "[-] [#{pool}] '#{vm}' destroyed in #{finish} seconds")
|
||||
|
||||
$graphite.log("vcloud.destroy.#{vm['template']}", finish) if defined? $graphite
|
||||
$graphite.log("vcloud.destroy.#{pool}", finish) if defined? $graphite
|
||||
end
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue