Forge Home

pe_external_postgresql

A module for installing an external postgresql node for Puppet Enterprise

17,236 downloads

6,420 latest version

3.1 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

  • 3.0.0 (latest)
  • 2.0.1
  • 2.0.0
  • 1.1.1
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0.0
released Nov 24th 2014
This module has been deprecated by its author since May 15th 2020.

Start using this module

Documentation

npwalker/pe_external_postgresql — version 1.0.0 Nov 24th 2014

This puppet module will configure an external postgresql node for your Puppet Enterprise infrastructure.

It will do the following things:

Currently you can configure passwords for each of the users via paramter.

Example Usage:

class { 'pe_external_postgresql' :
  postgres_root_password  => 'pass1',
  puppetdb_db_password    => 'pass2',
  console_db_password     => 'pass3',
  classifier_db_password  => 'pass4',
  rbac_db_password        => 'pass5',
  activity_db_password    => 'pass6',
}