PostgreSQL Puppet Module for Boxen

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