03ad48b8a4
The new format match the format proposed in the template-formula BREAKING CHANGE: as all resources' IDs changed, other formulas depending on this formula's resources will need to be modified accordingly.
8 lines
218 B
Plaintext
8 lines
218 B
Plaintext
{% from "postfix/map.jinja" import postfix with context %}
|
|
|
|
postfix-mysql-pkg-installed-mysql:
|
|
pkg.installed:
|
|
- name: {{ postfix.mysql_pkg }}
|
|
- watch_in:
|
|
- service: postfix-init-service-running-postfix
|