Skip to content

Commit fe660a9

Browse files
authored
Merge pull request #538 from llua/fbsd_pkg
update freebsd `py38-*` package names to `py39-*`
2 parents a81ced4 + 2881fdd commit fe660a9

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

salt/osmap.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ MacOS:
6666
salt_minion_macos_plist_hash: 26b33da12e0d8960ee96b488c8352002c22a377c19bf3df3f986a1e49eca8b20
6767

6868
FreeBSD:
69-
salt_master: py38-salt
70-
salt_minion: py38-salt
71-
salt_syndic: py38-salt
72-
salt_cloud: py38-salt
73-
salt_api: py38-salt
74-
salt_ssh: py38-salt
75-
python_git: py38-gitpython
76-
pygit2: py38-pygit2
77-
python_dulwich: py38-dulwich
69+
salt_master: py39-salt
70+
salt_minion: py39-salt
71+
salt_syndic: py39-salt
72+
salt_cloud: py39-salt
73+
salt_api: py39-salt
74+
salt_ssh: py39-salt
75+
python_git: py39-gitpython
76+
pygit2: py39-pygit2
77+
python_dulwich: py39-dulwich
7878

7979
# If `osfingermap.yaml` is introduced in the future, perhaps better to move to there,
8080
# since this is probably specific to `OpenBSD-6`

test/integration/default/controls/pkgs_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
when 'arch'
66
%w[salt]
77
when /bsd$/
8-
%w[py38-salt]
8+
%w[py39-salt]
99
when 'windows'
1010
['Salt Minion']
1111
when 'mac_os_x'

test/integration/default/files/_mapdata/freebsd-12.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ values:
8888
pin_version: false
8989
pkgrepo: ''
9090
py_ver: py3
91-
pygit2: py38-pygit2
92-
python_dulwich: py38-dulwich
93-
python_git: py38-gitpython
91+
pygit2: py39-pygit2
92+
python_dulwich: py39-dulwich
93+
python_git: py39-gitpython
9494
release: '3004'
9595
restart_via_at: false
9696
retry_options:
@@ -100,14 +100,14 @@ values:
100100
until: true
101101
rootgroup: wheel
102102
rootuser: root
103-
salt_api: py38-salt
104-
salt_cloud: py38-salt
105-
salt_master: py38-salt
103+
salt_api: py39-salt
104+
salt_cloud: py39-salt
105+
salt_master: py39-salt
106106
salt_master_macos_plist_hash: ''
107-
salt_minion: py38-salt
107+
salt_minion: py39-salt
108108
salt_minion_macos_plist_hash: ''
109-
salt_ssh: py38-salt
110-
salt_syndic: py38-salt
109+
salt_ssh: py39-salt
110+
salt_syndic: py39-salt
111111
ssh_roster: {}
112112
syndic_service: salt_syndic
113113
use_pip: false

test/integration/default/files/_mapdata/freebsd-13.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ values:
8888
pin_version: false
8989
pkgrepo: ''
9090
py_ver: py3
91-
pygit2: py38-pygit2
92-
python_dulwich: py38-dulwich
93-
python_git: py38-gitpython
91+
pygit2: py39-pygit2
92+
python_dulwich: py39-dulwich
93+
python_git: py39-gitpython
9494
release: '3004'
9595
restart_via_at: false
9696
retry_options:
@@ -100,14 +100,14 @@ values:
100100
until: true
101101
rootgroup: wheel
102102
rootuser: root
103-
salt_api: py38-salt
104-
salt_cloud: py38-salt
105-
salt_master: py38-salt
103+
salt_api: py39-salt
104+
salt_cloud: py39-salt
105+
salt_master: py39-salt
106106
salt_master_macos_plist_hash: ''
107-
salt_minion: py38-salt
107+
salt_minion: py39-salt
108108
salt_minion_macos_plist_hash: ''
109-
salt_ssh: py38-salt
110-
salt_syndic: py38-salt
109+
salt_ssh: py39-salt
110+
salt_syndic: py39-salt
111111
ssh_roster: {}
112112
syndic_service: salt_syndic
113113
use_pip: false

0 commit comments

Comments
 (0)