Browse Source

Merge pull request #112 from mchugh19/master

add php-bcmath
tags/v0.34.0
Forrest 8 years ago
parent
commit
aed39883af
3 changed files with 9 additions and 0 deletions
  1. +5
    -0
      php/bcmath.sls
  2. +2
    -0
      php/ng/bcmath.sls
  3. +2
    -0
      php/ng/map.jinja

+ 5
- 0
php/bcmath.sls View File

{% from "php/map.jinja" import php with context %}

php-bcmath:
pkg.installed:
- name: {{ php.bcmath_pkg }}

+ 2
- 0
php/ng/bcmath.sls View File

{% set state = 'bcmath' %}
{% include "php/ng/installed.jinja" %}

+ 2
- 0
php/ng/map.jinja View File

'Debian': { 'Debian': {
'pkgs': { 'pkgs': {
'apcu': 'php-apcu', 'apcu': 'php-apcu',
'bcmath': 'php7.0-bcmath',
'php': 'php7.0', 'php': 'php7.0',
'cgi': 'php7.0-cgi', 'cgi': 'php7.0-cgi',
'cli': 'php7.0-cli', 'cli': 'php7.0-cli',
'Ubuntu': { 'Ubuntu': {
'pkgs': { 'pkgs': {
'php': 'php', 'php': 'php',
'bcmath': 'php7.0-bcmath',
'apc': 'php', 'apc': 'php',
'apcu': 'php-apcu', 'apcu': 'php-apcu',
'cgi': 'php-cgi', 'cgi': 'php-cgi',

Loading…
Cancel
Save