mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +00:00
updated README and pillar.example to include client formula
This commit is contained in:
parent
f6e68157a3
commit
c62b41524d
2 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,11 @@ Installs the postgresql package.
|
|||
|
||||
Installs the postgresql python module
|
||||
|
||||
``postgres.client``
|
||||
-------------------
|
||||
|
||||
Installs the postgresql client
|
||||
|
||||
Testing
|
||||
=======
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ postgres:
|
|||
|
||||
lookup:
|
||||
pkg: 'postgresql-9.3'
|
||||
pkg_client: 'postgresql-client-9.3'
|
||||
pg_hba: '/etc/postgresql/9.3/main/pg_hba.conf'
|
||||
|
||||
users:
|
||||
|
|
Loading…
Add table
Reference in a new issue