paulbsd-salt/states/postgresql/service.sls
Paul Lecuq d577a9b420
All checks were successful
continuous-integration/drone/push Build is passing
updated postgresql state
2023-11-10 13:25:50 +01:00

7 lines
181 B
Plaintext

---
{%- from "postgresql/map.jinja" import postgresql with context %}
postgresql-service:
service.running:
- name: postgresql@{{ postgresql.version }}-main
- enable: true