mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
Remove default cluster creation for Ubuntu.
Since this is already done by the post-install script.
This commit is contained in:
parent
69ef32edb4
commit
4ced50dac3
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
'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': {
|
||||
|
@ -47,7 +47,7 @@
|
|||
'pkg_dev': 'postgresql-server-dev-9.4',
|
||||
'conf_dir': '/etc/postgresql/9.4/main',
|
||||
'service': 'postgresql',
|
||||
'create_cluster': True,
|
||||
'create_cluster': False,
|
||||
'version': '9.4',
|
||||
},
|
||||
}, grain='lsb_distrib_release', merge=salt['pillar.get']('postgres:lookup'))) %}
|
||||
|
|
Loading…
Add table
Reference in a new issue