mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
Re-adding variables that I removed by accident.:
This commit is contained in:
parent
cfbc2910ed
commit
a8afe3ed58
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@
|
|||
'python': 'python-psycopg2',
|
||||
'service': 'postgresql',
|
||||
'conf_dir': '/var/lib/pgsql/data',
|
||||
'create_cluster': False,
|
||||
'init_db': True,
|
||||
'version': '9.1',
|
||||
},
|
||||
}, merge=salt['grains.filter_by']({
|
||||
'14.04': {
|
||||
|
|
Loading…
Add table
Reference in a new issue