mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
11 lines
No EOL
202 B
Text
11 lines
No EOL
202 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
|
|
db:
|
|
name: mydb
|
|
user: mydb |