0d0cf6827d
The json features of php have been moved to a separate package in the following distributions: - Debian >= 8 (jessie) - Ubuntu >= 13.04 Changes: - Added json.sls - Updated map.jinja - Updated README.md
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
{% from "php/map.jinja" import php with context %}
|
|
|
|
php-json:
|
|
pkg:
|
|
- installed
|
|
- name: {{ php.json_pkg }}
|