Forge Home

phppgadmin

Install and configure phpPgAdmin

11,404 downloads

10,884 latest version

4.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

  • 0.0.3 (latest)
  • 0.0.2
  • 0.0.1
released Sep 4th 2013

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'knowshan-phppgadmin', '0.0.3'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add knowshan-phppgadmin
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install knowshan-phppgadmin --version 0.0.3

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

knowshan/phppgadmin — version 0.0.3 Sep 4th 2013

puppet-phppgadmin

A Puppet module for configuring phpPgAdmin.

Build Status

  • knowshan/puppet-phppgadmin Build Status

Dependencies

Following dependencies are NOT required with default parameter settings. They will be required if Apache web server or PostgreSQL database will be installed by this module as well. Since these dependencies are not required by default, they are not configured through Modulefile.

  • puppetlabs/puppetlabs-apache
  • puppetlabs/puppetlabs-postgresql

Examples

Default install (no Apache or PostgreSQL server install)

include phppgadmin

Custom install (with Apache install and custom PostgreSQL server port)

class {'phppgadmin':
  db_port        => '5433',
  install_apache => true,
}

Recommended usage

Use phpPgAdmin module to install and manage phpPgAdmin only. Although this module supports default Apache and PostgreSQL installation using puppetlabs modules, you should manage them externally for more customization and better design. A module shouldn't manage all the resources/services on the node, but only the resource/service it is designed to manage.

Support

Please log tickets and issues at our Projects site

License

Apache License, Version 2.0