Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F6622591
D1966.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1018 B
Referenced Files
None
Subscribers
None
D1966.diff
View Options
diff --git a/map.jinja b/map.jinja
--- a/map.jinja
+++ b/map.jinja
@@ -79,17 +79,20 @@
{% set packages_prefixes = salt['grains.filter_by']({
'Debian': {
+ 'pecl': 'php-',
'php': 'php7.2-',
'python2': '',
'python3': 'python3-',
'rubygem': '',
},
'RedHat': {
+ 'pecl': 'php-pecl-',
'python2': 'python-',
'python3': 'python3-',
'rubygem': 'rubygem-',
},
'FreeBSD' : {
+ 'pecl': 'php72-pecl-',
'php': 'php72-',
'python2': 'py27-',
'python3': 'py36-',
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
@@ -184,6 +184,9 @@
- {{ packages_prefixes.php }}pdo_sqlite
{% endif %}
+ # PECL extensions
+ - {{ packages_prefixes.pecl }}yaml
+
# PHP utilities
{% if grains['os'] != 'FreeBSD' %}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 6, 17:56 (8 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2548681
Default Alt Text
D1966.diff (1018 B)
Attached To
Mode
D1966: Deploy YAML Data Serialization PECL extension
Attached
Detach File
Event Timeline
Log In to Comment