Skip to content

Commit 4a01a6c

Browse files
committed
made changes to salt config files for os upgrade
1 parent 57fb742 commit 4a01a6c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pillars/php/init.sls

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Configuration for php-formula
22
#
33
# https://cheatsheetseries.owasp.org/cheatsheets/PHP_Configuration_Cheat_Sheet.html
4-
{%- set php_versions = {"bullseye": "7.4", "buster": "7.3",
4+
{%- set php_versions = {"bookworm": "8.2", "bullseye": "7.4", "buster": "7.3",
55
"stretch": "7.0"} %}
66
php:
77
use_external_repo: False

states/salt/init.sls

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ include:
1818
{% if HST == "salt-prime" or grains['osmajorrelease'] > 11 %}
1919
{% set salt_version_major = "3006" %}
2020
{% set salt_gpg_key = "SALT-PROJECT-GPG-PUBKEY-2023.pub" %}
21-
{% set repo_url = ("https://repo.saltproject.io/salt/py3/debian/{}/amd64/{}"
21+
{% set OS = "bullseye" %}
22+
{% set repo_url = ("https://repo.saltproject.io/salt/py3/debian/11/amd64/3006"
2223
.format(grains['osmajorrelease'], salt_version_major)) -%}
2324
{% else -%}
2425
{% set salt_version_major = pillar.salt.minion_target_version[0:4] -%}

0 commit comments

Comments
 (0)