Skip to content

Commit 22139f7

Browse files
committed
Merge pull request puppetlabs#383 from laurenrother/3.3.x
Add install instructions for supported module version
2 parents 1d325a8 + fabcb78 commit 22139f7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Table of Contents
77
1. [Overview - What is the PostgreSQL module?](#overview)
88
2. [Module Description - What does the module do?](#module-description)
99
3. [Setup - The basics of getting started with PostgreSQL module](#setup)
10+
* [PE 3.2 supported module](#pe-3.2-supported-module)
11+
* [Configuring the server](#configuring-the-server)
1012
4. [Usage - How to use the module for various tasks](#usage)
1113
5. [Upgrading - Guide for upgrading from older revisions of this module](#upgrading)
1214
6. [Reference - The classes, defines,functions and facts available in this module](#reference)
@@ -47,6 +49,15 @@ The postgresql module offers many security configuration settings. Before gettin
4749

4850
Your answers to these questions will determine which of the module's parameters you'll want to specify values for.
4951

52+
###PE 3.2 supported module
53+
54+
PE 3.2 introduces Puppet Labs supported modules. The version of the postgresql module that ships within PE 3.2 is supported via normal [Puppet Enterprise support](http://puppetlabs.com/services/customer-support) channels. If you would like to access the [supported module](http://forge.puppetlabs.com/supported) version, you will need to uninstall the shipped module and install the supported version from the Puppet Forge. You can do this by first running
55+
56+
# puppet module uninstall puppetlabs-postgresql
57+
and then running
58+
59+
# puppet module install puppetlabs/postgresql
60+
5061
###Configuring the server
5162

5263
The main configuration you'll need to do will be around the `postgresql::server` class. The default parameters are reasonable, but fairly restrictive regarding permissions for who can connect and from where. To manage a PostgreSQL server with sane defaults:

0 commit comments

Comments
 (0)