paulbsd-salt/states/postfix/service.sls

7 lines
157 B
Plaintext
Raw Normal View History

2020-07-19 14:13:51 +02:00
---
{%- from "postfix/map.jinja" import postfix with context %}
postfix-service:
service.running:
- name: postfix
- enable: True
- reload: True