Page MenuHomeDevCentral

D3048.id7778.diff
No OneTemporary

D3048.id7778.diff

diff --git a/map.jinja b/map.jinja
--- a/map.jinja
+++ b/map.jinja
@@ -94,8 +94,8 @@
'rubygem': 'rubygem-',
},
'FreeBSD' : {
- 'pecl': 'php81-pecl-',
- 'php': 'php81-',
+ 'pecl': 'php82-pecl-',
+ 'php': 'php82-',
'python2': 'py27-',
'python3': 'py39-',
'rubygem': 'rubygem-',
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
@@ -124,12 +124,17 @@
- php7.1
- php7.2
- php7.3
+ - php7.4
+ - php8.0
+ - php8.1
{% elif grains['os'] == 'FreeBSD' %}
- php70
- php71
- php72
- php73
- php74
+ - php80
+ - php81
{% endif %}
languages:
@@ -138,9 +143,9 @@
- python3
- {{ packages.tcl }}
{% if grains['os_family'] == 'Debian' %}
- - php7.4
+ - php8.2
{% elif grains['os'] == 'FreeBSD' %}
- - php81
+ - php82
{% endif %}
# -------------------------------------------------------------

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 24, 11:31 (19 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259543
Default Alt Text
D3048.id7778.diff (1 KB)

Event Timeline