Page MenuHomeDevCentral

D2117.id.diff
No OneTemporary

D2117.id.diff

diff --git a/map.jinja b/map.jinja
--- a/map.jinja
+++ b/map.jinja
@@ -82,7 +82,7 @@
{% set packages_prefixes = salt['grains.filter_by']({
'Debian': {
'pecl': 'php-',
- 'php': 'php7.2-',
+ 'php': 'php7.3-',
'python2': '',
'python3': 'python3-',
'rubygem': '',
@@ -94,8 +94,8 @@
'rubygem': 'rubygem-',
},
'FreeBSD' : {
- 'pecl': 'php72-pecl-',
- 'php': 'php72-',
+ 'pecl': 'php74-pecl-',
+ 'php': 'php74-',
'python2': 'py27-',
'python3': 'py36-',
'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
@@ -118,9 +118,12 @@
{% if grains['os_family'] == 'Debian' %}
- php7.0
- php7.1
+ - php7.2
{% elif grains['os'] == 'FreeBSD' %}
- php70
- php71
+ - php72
+ - php73
{% endif %}
languages:
@@ -129,9 +132,9 @@
- python3
- {{ packages.tcl }}
{% if grains['os_family'] == 'Debian' %}
- - php7.2
+ - php7.3
{% elif grains['os'] == 'FreeBSD' %}
- - php72
+ - php74
{% endif %}
# -------------------------------------------------------------

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 16, 19:15 (19 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2247948
Default Alt Text
D2117.id.diff (1 KB)

Event Timeline