mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Merge pull request #24 from abrefort/master
Add support for ubuntu 14.10
This commit is contained in:
commit
a4802f915e
1 changed files with 9 additions and 1 deletions
|
@ -39,7 +39,15 @@
|
|||
'pkg_dev': 'postgresql-server-dev-9.3',
|
||||
'conf_dir': '/etc/postgresql/9.3/main',
|
||||
'service': 'postgresql',
|
||||
'create_cluster': True,
|
||||
'create_cluster': False,
|
||||
'version': '9.3',
|
||||
},
|
||||
'14.10': {
|
||||
'pkg': 'postgresql',
|
||||
'pkg_dev': 'postgresql-server-dev-9.4',
|
||||
'conf_dir': '/etc/postgresql/9.4/main',
|
||||
'service': 'postgresql',
|
||||
'create_cluster': False,
|
||||
'version': '9.4',
|
||||
},
|
||||
}, grain='lsb_distrib_release', merge=salt['pillar.get']('postgres:lookup'))) %}
|
||||
|
|
Loading…
Add table
Reference in a new issue