Created
September 27, 2012 03:28
-
-
Save number5/3792011 to your computer and use it in GitHub Desktop.
Postgres states for Salt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pg-deps: | |
pkg: | |
- installed | |
- names: | |
- postgresql-9.1 | |
- postgresql-contrib-9.1 | |
bar: | |
postgres_user: | |
- present | |
- user: bar | |
- password: foo | |
- runas: postgres | |
barDB: | |
postgres_database: | |
- present | |
- encoding: UTF-8 | |
- runas: postgres | |
- owner: bar | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you thank you thank you.