Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 268 Bytes

File metadata and controls

18 lines (13 loc) · 268 Bytes

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