mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 02:18:41 -05:00
f base
This commit is contained in:
parent
24c043c506
commit
3760463d9a
1 changed files with 4 additions and 3 deletions
|
|
@ -70,10 +70,11 @@ module Vmpooler
|
|||
end
|
||||
|
||||
# inputs
|
||||
# pool: string
|
||||
# pool : hashtable from config file
|
||||
# new_vmname : string Name the new VM should use
|
||||
# returns
|
||||
# vm name: string
|
||||
def create_vm(pool)
|
||||
# Hashtable of the VM as per get_vm
|
||||
def create_vm(pool,new_vmname)
|
||||
fail "#{self.class.name} does not implement create_vm"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue