php-formula/php/json.sls
Nicholas J 0d0cf6827d This commit adds the php-json package.
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
2014-05-22 10:43:58 -04:00

7 lines
116 B
Plaintext

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