php-formula/php/init.sls
2014-01-02 04:51:53 +00:00

10 lines
124 B
Plaintext

{% from "php/map.jinja" import php with context %}
include:
- apt
php:
pkg:
- installed
- name: {{ php-pkg }}