mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Fix typo
This commit is contained in:
parent
a5e020deed
commit
0a429b9a97
1 changed files with 3 additions and 3 deletions
|
@ -40,9 +40,9 @@ install-postgres-dev-package:
|
|||
{% endif %}
|
||||
|
||||
{% if postgres.pkg_libpq_dev != False %}
|
||||
install-postgres-libpq-dev
|
||||
pkg.installed
|
||||
- name: {{ postgres.pkg_libpq_dev }}:
|
||||
install-postgres-libpq-dev:
|
||||
pkg.installed:
|
||||
- name: {{ postgres.pkg_libpq_dev }}
|
||||
{% endif %}
|
||||
|
||||
{% if 'postgresconf' in pillar.get('postgres', {}) %}
|
||||
|
|
Loading…
Add table
Reference in a new issue