boxen / puppet-postgresql

Install Postgresql

Home Page:http://boxen.github.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostgreSQL Puppet Module for Boxen

Build Status

Usage

# install postgres and run the service
include postgresql

# do the above automatically, and create a db
postgresql::db { 'mydb': }

Required Puppet Modules

  • boxen
  • homebrew
  • stdlib
  • sysctl

Note: Boxen runs most services on non-standard ports as to not collide with existing local installs. Boxen Postgresql runs on 15432 as opposed to the standard 5432.

Then write some code. Run script/cibuild to test it. Check the script directory for other useful tools.

About

Install Postgresql

http://boxen.github.com

License:MIT License


Languages

Language:Ruby 58.1%Language:Puppet 31.9%Language:HTML 7.7%Language:Shell 2.3%