formula-postfix/postfix/pcre.sls
2016-05-24 12:40:05 +02:00

8 lines
159 B
Plaintext

{% from "postfix/map.jinja" import postfix with context %}
pcre:
pkg.installed:
- name: {{ postfix.pcre_pkg }}
- watch_in:
- service: postfix