Method: VMCreate::WinSrv#specInit

Defined in:
lib/puppet/provider/ntx_create_vm/vm-win.rb

#specInit(vm_name) ⇒ Object



24
25
26
# File 'lib/puppet/provider/ntx_create_vm/vm-win.rb', line 24

def specInit(vm_name)
    @spec = WinRes::Specification.new(vm_name)           
end