Skip to content

Instantly share code, notes, and snippets.

@rogeriopradoj
Created September 24, 2012 00:45
Show Gist options
  • Select an option

  • Save rogeriopradoj/3773610 to your computer and use it in GitHub Desktop.

Select an option

Save rogeriopradoj/3773610 to your computer and use it in GitHub Desktop.
Vagrant: O que, Por que e Como - Passo 5 - 4
include postgresql
class {'postgresql::server': }
postgresql::db { 'pyrocms':
owner => 'pyrocms',
password => 'password',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment