formula-postfix/postfix/pcre.sls
Daniel Oetken 8e7544a5a8 install postfix addons ( Debian Only)
- mysql
  - pcre
2016-05-24 11:52:18 +02:00

5 lines
118 B
Text

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