Browse Source

add php-bcmath

tags/v0.34.0
Christian McHugh 8 years ago
parent
commit
a1f445d99f
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

@@ -0,0 +1,5 @@
{% from "php/map.jinja" import php with context %}

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

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

@@ -0,0 +1,2 @@
{% set state = 'bcmath' %}
{% include "php/ng/installed.jinja" %}

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

@@ -4,6 +4,7 @@
'Debian': {
'pkgs': {
'apcu': 'php-apcu',
'bcmath': 'php7.0-bcmath',
'php': 'php7.0',
'cgi': 'php7.0-cgi',
'cli': 'php7.0-cli',
@@ -296,6 +297,7 @@
'Ubuntu': {
'pkgs': {
'php': 'php',
'bcmath': 'php7.0-bcmath',
'apc': 'php',
'apcu': 'php-apcu',
'cgi': 'php-cgi',

Loading…
Cancel
Save