mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
13 lines
255 B
Text
13 lines
255 B
Text
{% from "postgres/map.jinja" import postgres with context %}
|
|
|
|
postgresql:
|
|
pkg:
|
|
- installed
|
|
- name: {{ postgres.pkg }}
|
|
service:
|
|
- running
|
|
- enable: true
|
|
- name: {{ postgres.service }}
|
|
- require:
|
|
- pkg: {{ postgres.pkg }}
|
|
|