A Puppet module for configuring phpPgAdmin.
include phppgadmin
class {'phppgadmin':
db_port => '5433',
install_apache => true,
}
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.
Please log tickets and issues at our Projects site
Apache License, Version 2.0