commit
aed39883af
5
php/bcmath.sls
Normal file
5
php/bcmath.sls
Normal file
@ -0,0 +1,5 @@
|
||||
{% from "php/map.jinja" import php with context %}
|
||||
|
||||
php-bcmath:
|
||||
pkg.installed:
|
||||
- name: {{ php.bcmath_pkg }}
|
2
php/ng/bcmath.sls
Normal file
2
php/ng/bcmath.sls
Normal file
@ -0,0 +1,2 @@
|
||||
{% set state = 'bcmath' %}
|
||||
{% include "php/ng/installed.jinja" %}
|
@ -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…
Reference in New Issue
Block a user