vRO Workflow Script to Add Multiple REST Hosts for Puppet
The following script enables adding multiple REST Hosts for Puppet var arrPuppetHosts; arrPuppetHosts = new Array(); arrPuppetHosts.push( "puppet-master-01"... Continue reading →
The following script enables adding multiple REST Hosts for Puppet var arrPuppetHosts; arrPuppetHosts = new Array(); arrPuppetHosts.push( "puppet-master-01"... Continue reading →
The following script removes a virtual machine from Puppet during decommissioning using the Puppet REST API var arrPuppetMasters;... Continue reading →