Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SimonHoenscheid/11097de9e70f442a58e17ea30d7915d8 to your computer and use it in GitHub Desktop.
Save SimonHoenscheid/11097de9e70f442a58e17ea30d7915d8 to your computer and use it in GitHub Desktop.
postgres DB
profile::postgresql_databases::databases:
jira:
user: "atlassian"
password: "foo"
encoding: "UNICODE"
locale: "C"
grant: "ALL"
$databases.each |$database, $database_details| {
postgresql::server::db { $database:
* => $database_details,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment