mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 17:50:27 +00:00
Merge pull request #255 from sixfeetup/pkg_lists
fix the formatting of package lists
This commit is contained in:
commit
14b653e201
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ include:
|
||||||
# Install PostgreSQL client and libraries
|
# Install PostgreSQL client and libraries
|
||||||
postgresql-client-libs:
|
postgresql-client-libs:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- pkgs: {{ pkgs }}
|
- pkgs: {{ pkgs | json }}
|
||||||
{%- if postgres.use_upstream_repo == true %}
|
{%- if postgres.use_upstream_repo == true %}
|
||||||
- refresh: True
|
- refresh: True
|
||||||
- require:
|
- require:
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
{% if pkgs %}
|
{% if pkgs %}
|
||||||
install-postgres-dev-packages:
|
install-postgres-dev-packages:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- pkgs: {{ pkgs }}
|
- pkgs: {{ pkgs | json }}
|
||||||
{% if postgres.fromrepo %}
|
{% if postgres.fromrepo %}
|
||||||
- fromrepo: {{ postgres.fromrepo }}
|
- fromrepo: {{ postgres.fromrepo }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue