Merge pull request #13 from taion809/feature_addJson
This commit adds the php-json package.
This commit is contained in:
commit
f7526d5daf
@ -68,6 +68,11 @@ Installs the php-imagick package.
|
||||
|
||||
Installs the php-imap package.
|
||||
|
||||
``php.json``
|
||||
------------
|
||||
|
||||
Installs the php-json package.
|
||||
|
||||
``php.ldap``
|
||||
------------
|
||||
|
||||
|
6
php/json.sls
Normal file
6
php/json.sls
Normal file
@ -0,0 +1,6 @@
|
||||
{% from "php/map.jinja" import php with context %}
|
||||
|
||||
php-json:
|
||||
pkg:
|
||||
- installed
|
||||
- name: {{ php.json_pkg }}
|
@ -7,6 +7,7 @@
|
||||
'curl_pkg': 'php5-curl',
|
||||
'fpm_pkg': 'php5-fpm',
|
||||
'gd_pkg': 'php5-gd',
|
||||
'json_pkg': 'php5-json',
|
||||
'mbstring_pkg': 'php5',
|
||||
'mcrypt_pkg': 'php5-mcrypt',
|
||||
'memcache_pkg': 'php5-memcache',
|
||||
@ -32,6 +33,7 @@
|
||||
'curl_pkg': 'curl',
|
||||
'fpm_pkg': 'php-fpm',
|
||||
'gd_pkg': 'php-gd',
|
||||
'json_pkg': 'php-common',
|
||||
'mbstring_pkg': 'php-mbstring',
|
||||
'mcrypt_pkg': 'php-mcrypt',
|
||||
'memcache_pkg': 'php-pecl-memcache',
|
||||
|
Loading…
Reference in New Issue
Block a user