php-formula/php/init.sls

10 lines
128 B
Plaintext
Raw Normal View History

2014-01-02 05:51:53 +01:00
{% from "php/map.jinja" import php with context %}
2013-07-30 00:17:02 +02:00
include:
2013-07-30 00:19:22 +02:00
- apt
2013-07-30 00:17:02 +02:00
2013-07-30 00:27:43 +02:00
php:
pkg:
- installed
- name: {{ php.php-pkg }}