mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 17:50:27 +00:00
13 lines
297 B
Text
13 lines
297 B
Text
#
|
|
# 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
|
|
pg_hba: '/etc/postgresql/9.3/main/pg_hba.conf'
|
|
db:
|
|
name: mydb
|
|
user: mydb
|
|
pg_hba.conf: salt://postgres/pg_hba.conf
|