Skip to content

flipkick/puppet-phppgadmin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-phppgadmin

A Puppet module for configuring phpPgAdmin.

Build Status

  • knowshan/puppet-phppgadmin Build Status
  • flipkick/puppet-phppgadmin Build Status

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 73.7%
  • Ruby 26.3%