Need to Call Puppet node_wmware commad in puppet manifest

20 views
Skip to first unread message

Sakitha

unread,
Nov 4, 2013, 1:17:19 AM11/4/13
to puppet...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages