Forge Home

vcenter

vcenter puppet module

22,790 downloads

22,109 latest version

2.8 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.2.0 (latest)
  • 0.1.0
released Jun 2nd 2012
This module has been deprecated by its author since Apr 1st 2023.

Start using this module

Documentation

puppetlabs/vcenter — version 0.1.0 Jun 2nd 2012

vcenter puppet module

VMware vCenter installation and management

Installation

Parameters:

  • media: vCenter installation software media location.
  • sql_media: Microsoft SQL installation software media location.
  • username: vcenter service account (default: VCENTER).
  • password: vcenter service account password (default: 'vC3nt!2008demo'),
  • jvm_memory_option: vcenter sql server size, support S, M, L.
  • client: install vsphere client software (default: true).

Example:

class vcenter {
  media => 's:\\',
  jvm_memory_option => 'M',
}