File tree Expand file tree Collapse file tree 4 files changed +28
-28
lines changed Expand file tree Collapse file tree 4 files changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ MacOS:
66
66
salt_minion_macos_plist_hash : 26b33da12e0d8960ee96b488c8352002c22a377c19bf3df3f986a1e49eca8b20
67
67
68
68
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
78
78
79
79
# If `osfingermap.yaml` is introduced in the future, perhaps better to move to there,
80
80
# since this is probably specific to `OpenBSD-6`
Original file line number Diff line number Diff line change 5
5
when 'arch'
6
6
%w[ salt ]
7
7
when /bsd$/
8
- %w[ py38 -salt]
8
+ %w[ py39 -salt]
9
9
when 'windows'
10
10
[ 'Salt Minion' ]
11
11
when 'mac_os_x'
Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ values:
88
88
pin_version : false
89
89
pkgrepo : ' '
90
90
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
94
94
release : ' 3004'
95
95
restart_via_at : false
96
96
retry_options :
@@ -100,14 +100,14 @@ values:
100
100
until : true
101
101
rootgroup : wheel
102
102
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
106
106
salt_master_macos_plist_hash : ' '
107
- salt_minion : py38 -salt
107
+ salt_minion : py39 -salt
108
108
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
111
111
ssh_roster : {}
112
112
syndic_service : salt_syndic
113
113
use_pip : false
Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ values:
88
88
pin_version : false
89
89
pkgrepo : ' '
90
90
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
94
94
release : ' 3004'
95
95
restart_via_at : false
96
96
retry_options :
@@ -100,14 +100,14 @@ values:
100
100
until : true
101
101
rootgroup : wheel
102
102
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
106
106
salt_master_macos_plist_hash : ' '
107
- salt_minion : py38 -salt
107
+ salt_minion : py39 -salt
108
108
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
111
111
ssh_roster : {}
112
112
syndic_service : salt_syndic
113
113
use_pip : false
You can’t perform that action at this time.
0 commit comments