mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
Add Ubuntu 14.10 map support.
This commit is contained in:
parent
04122d23db
commit
69ef32edb4
1 changed files with 8 additions and 0 deletions
|
@ -42,4 +42,12 @@
|
|||
'create_cluster': True,
|
||||
'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': True,
|
||||
'version': '9.4',
|
||||
},
|
||||
}, grain='lsb_distrib_release', merge=salt['pillar.get']('postgres:lookup'))) %}
|
||||
|
|
Loading…
Add table
Reference in a new issue