Hi All,
Im new to puppet.I need to automate vm provisioning.so i used node_vmware to do that.It works fine in commad line.now i need to link that to puppet dashboard and pass vmname and template as class parameters.
Sample Code:
node_vmware create{ "Test":
#ensure=>present,
vmname=>'myvm101',
template=>'/Datacenters/CMB/vm/Discovered virtual machine/myvm',
}
But this is not working.
Any one have idea about this