postgres-formula/pillar.example

14 lines
297 B
Text
Raw Normal View History

2014-05-06 11:48:21 -06:00
#
# Sample pillar entry to make sure that
# PG 9.3 is installed instead of the default
# 9.1 referenced in this formula
#
postgres:
lookup:
pkg: postgresql-9.3
2014-07-13 19:19:47 +00:00
pg_hba: '/etc/postgresql/9.3/main/pg_hba.conf'
db:
name: mydb
user: mydb
pg_hba.conf: salt://postgres/pg_hba.conf