mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 10:28: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
|
end
|
||||||
|
|
||||||
# inputs
|
# inputs
|
||||||
# pool: string
|
# pool : hashtable from config file
|
||||||
|
# new_vmname : string Name the new VM should use
|
||||||
# returns
|
# returns
|
||||||
# vm name: string
|
# Hashtable of the VM as per get_vm
|
||||||
def create_vm(pool)
|
def create_vm(pool,new_vmname)
|
||||||
fail "#{self.class.name} does not implement create_vm"
|
fail "#{self.class.name} does not implement create_vm"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue