formula-postfix/postfix/postgrey.sls
2015-07-11 05:31:11 -04:00

16 lines
280 B
Plaintext

{% from "postfix/map.jinja" import postfix with context %}
postgrey:
pkg.installed:
- name: {{ postfix.postgrey_pkg }}
- watch_in:
- service: postgrey
service.running:
- enable: True
- require:
- pkg: postgrey
- watch:
- pkg: postgrey