Page MenuHomeDevCentral

D1108.id2832.diff
No OneTemporary

D1108.id2832.diff

diff --git a/map.jinja b/map.jinja
--- a/map.jinja
+++ b/map.jinja
@@ -78,6 +78,7 @@
'aspell-fr': 'aspell-fr',
'aspell-en': 'aspell-en',
'certbot': 'certbot',
+ 'composer': 'composer',
'cppunit': 'libcppunit-dev',
'emacs': 'emacs-nox',
'mariadb': 'mariadb-server',
@@ -118,6 +119,7 @@
'aspell-fr': 'fr-aspell',
'aspell-en': 'en-aspell',
'certbot': 'py27-certbot',
+ 'composer': 'php-composer',
'cppunit': 'cppunit',
'emacs': 'emacs-nox11',
'exiftool': 'p5-Image-ExifTool-devel',
diff --git a/roles/shellserver/userland-software/base.sls b/roles/shellserver/userland-software/base.sls
--- a/roles/shellserver/userland-software/base.sls
+++ b/roles/shellserver/userland-software/base.sls
@@ -143,13 +143,16 @@
- pkgs:
# PHP
- {{ packages_prefixes.php }}bcmath
+ - {{ packages_prefixes.php }}ctype
- {{ packages_prefixes.php }}curl
- {{ packages_prefixes.php }}dom
+ - {{ packages_prefixes.php }}filter
- {{ packages_prefixes.php }}gd
- {{ packages_prefixes.php }}intl
- {{ packages_prefixes.php }}json
- {{ packages_prefixes.php }}mbstring
- {{ packages_prefixes.php }}mysqli
+ - {{ packages_prefixes.php }}openssl
- {{ packages_prefixes.php }}pcntl
- {{ packages_prefixes.php }}phar
- {{ packages_prefixes.php }}pdo
@@ -159,6 +162,7 @@
- {{ packages_prefixes.php }}soap
- {{ packages_prefixes.php }}wddx
- {{ packages_prefixes.php }}xsl
+ - {{ packages.composer }}
# TCL
- tcllib
- {{ packages.tcltls }}

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 18, 03:55 (20 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2250032
Default Alt Text
D1108.id2832.diff (1 KB)

Event Timeline