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

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/d41d1bd6-e6ce-48aa-99f2-f6f2d4f026aa%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to