9 lines
186 B
Plaintext
9 lines
186 B
Plaintext
---
|
|
{%- from "postgresql/map.jinja" import postgresql with context %}
|
|
postgresql-install:
|
|
pkg.latest:
|
|
- pkgs:
|
|
{%- for pkg in postgresql.packages %}
|
|
- {{ pkg }}
|
|
{%- endfor %}
|