Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
salt-formulas
mirror
Salt Formula
Commits
54e91cc3
Unverified
Commit
54e91cc3
authored
Jul 14, 2021
by
Imran Iqbal
Committed by
GitHub
Jul 14, 2021
Browse files
Merge pull request #511 from myii/feat/update-FreeBSD-pkgs-to-py38
feat(freebsd): update packages from `py37-*` => `py38-*`
parents
6d318460
fa820c78
Changes
14
Hide whitespace changes
Inline
Side-by-side
.github/workflows/kitchen.vagrant.yml
View file @
54e91cc3
...
...
@@ -14,9 +14,9 @@ jobs:
fail-fast
:
false
matrix
:
instance
:
-
v3002-py3-freebsd-130-3002-6-py3
-
v3002-py3-freebsd-122-3002-6-py3
-
v3002-py3-freebsd-114-3002-6-py3
#
- v3002-py3-freebsd-130-3002-6-py3
#
- v3002-py3-freebsd-122-3002-6-py3
#
- v3002-py3-freebsd-114-3002-6-py3
-
v3002-py3-openbsd-69-3002-6-py3
-
v3001-py3-openbsd-68-3001-1-py3
-
v3003-py3-windows-10-latest-py3
...
...
kitchen.windows.yml
View file @
54e91cc3
...
...
@@ -15,7 +15,7 @@ platforms:
provisioner
:
salt_install
:
bootstrap
salt_bootstrap_options
:
-pythonVersion 3 -version
3003
salt_bootstrap_options
:
-pythonVersion 3 -version
3003
.1
# yamllint disable rule:line-length
init_environment
:
|
C:\salt\salt-call --local state.single file.managed `
...
...
salt/osmap.yaml
View file @
54e91cc3
...
...
@@ -64,15 +64,15 @@ MacOS:
salt_minion_macos_plist_hash
:
26b33da12e0d8960ee96b488c8352002c22a377c19bf3df3f986a1e49eca8b20
FreeBSD
:
salt_master
:
py3
7
-salt
salt_minion
:
py3
7
-salt
salt_syndic
:
py3
7
-salt
salt_cloud
:
py3
7
-salt
salt_api
:
py3
7
-salt
salt_ssh
:
py3
7
-salt
python_git
:
py3
7-G
it
P
ython
pygit2
:
py3
7
-pygit2
python_dulwich
:
py3
7
-dulwich
salt_master
:
py3
8
-salt
salt_minion
:
py3
8
-salt
salt_syndic
:
py3
8
-salt
salt_cloud
:
py3
8
-salt
salt_api
:
py3
8
-salt
salt_ssh
:
py3
8
-salt
python_git
:
py3
8-g
it
p
ython
pygit2
:
py3
8
-pygit2
python_dulwich
:
py3
8
-dulwich
# If `osfingermap.yaml` is introduced in the future, perhaps better to move to there,
# since this is probably specific to `OpenBSD-6`
...
...
test/integration/v3000-py2/controls/pkgs_spec.rb
View file @
54e91cc3
...
...
@@ -5,7 +5,7 @@ pkgs =
when
'arch'
%w[salt]
when
/bsd$/
%w[py3
7
-salt-3002.6]
%w[py3
8
-salt-3002.6]
when
'windows'
%w[Salt\ Minion]
else
...
...
test/integration/v3000-py3/controls/pkgs_spec.rb
View file @
54e91cc3
...
...
@@ -5,7 +5,7 @@ pkgs =
when
'arch'
%w[salt]
when
/bsd$/
%w[py3
7
-salt-3002.6]
%w[py3
8
-salt-3002.6]
when
'windows'
%w[Salt\ Minion]
else
...
...
test/integration/v3001-py3/controls/pkgs_spec.rb
View file @
54e91cc3
...
...
@@ -5,7 +5,7 @@ pkgs =
when
'arch'
%w[salt]
when
/bsd$/
%w[py3
7
-salt-3002.6]
%w[py3
8
-salt-3002.6]
when
'windows'
%w[Salt\ Minion]
else
...
...
test/integration/v3002-py3/controls/pkgs_spec.rb
View file @
54e91cc3
...
...
@@ -5,7 +5,7 @@ pkgs =
when
'arch'
%w[salt]
when
/bsd$/
%w[py3
7
-salt]
%w[py3
8
-salt]
when
'windows'
%w[Salt\ Minion]
else
...
...
test/integration/v3002-py3/files/_mapdata/freebsd-11.yaml
View file @
54e91cc3
...
...
@@ -86,9 +86,9 @@ values:
pin_version
:
false
pkgrepo
:
'
'
py_ver
:
py3
pygit2
:
py3
7
-pygit2
python_dulwich
:
py3
7
-dulwich
python_git
:
py3
7-G
it
P
ython
pygit2
:
py3
8
-pygit2
python_dulwich
:
py3
8
-dulwich
python_git
:
py3
8-g
it
p
ython
release
:
'
3002'
restart_via_at
:
false
retry_options
:
...
...
@@ -98,14 +98,14 @@ values:
until
:
true
rootgroup
:
wheel
rootuser
:
root
salt_api
:
py3
7
-salt
salt_cloud
:
py3
7
-salt
salt_master
:
py3
7
-salt
salt_api
:
py3
8
-salt
salt_cloud
:
py3
8
-salt
salt_master
:
py3
8
-salt
salt_master_macos_plist_hash
:
'
'
salt_minion
:
py3
7
-salt
salt_minion
:
py3
8
-salt
salt_minion_macos_plist_hash
:
'
'
salt_ssh
:
py3
7
-salt
salt_syndic
:
py3
7
-salt
salt_ssh
:
py3
8
-salt
salt_syndic
:
py3
8
-salt
ssh_roster
:
{}
syndic_service
:
salt_syndic
use_pip
:
false
...
...
test/integration/v3002-py3/files/_mapdata/freebsd-12.yaml
View file @
54e91cc3
...
...
@@ -86,9 +86,9 @@ values:
pin_version
:
false
pkgrepo
:
'
'
py_ver
:
py3
pygit2
:
py3
7
-pygit2
python_dulwich
:
py3
7
-dulwich
python_git
:
py3
7-G
it
P
ython
pygit2
:
py3
8
-pygit2
python_dulwich
:
py3
8
-dulwich
python_git
:
py3
8-g
it
p
ython
release
:
'
3002'
restart_via_at
:
false
retry_options
:
...
...
@@ -98,14 +98,14 @@ values:
until
:
true
rootgroup
:
wheel
rootuser
:
root
salt_api
:
py3
7
-salt
salt_cloud
:
py3
7
-salt
salt_master
:
py3
7
-salt
salt_api
:
py3
8
-salt
salt_cloud
:
py3
8
-salt
salt_master
:
py3
8
-salt
salt_master_macos_plist_hash
:
'
'
salt_minion
:
py3
7
-salt
salt_minion
:
py3
8
-salt
salt_minion_macos_plist_hash
:
'
'
salt_ssh
:
py3
7
-salt
salt_syndic
:
py3
7
-salt
salt_ssh
:
py3
8
-salt
salt_syndic
:
py3
8
-salt
ssh_roster
:
{}
syndic_service
:
salt_syndic
use_pip
:
false
...
...
test/integration/v3002-py3/files/_mapdata/freebsd-13.yaml
View file @
54e91cc3
...
...
@@ -86,9 +86,9 @@ values:
pin_version
:
false
pkgrepo
:
'
'
py_ver
:
py3
pygit2
:
py3
7
-pygit2
python_dulwich
:
py3
7
-dulwich
python_git
:
py3
7-G
it
P
ython
pygit2
:
py3
8
-pygit2
python_dulwich
:
py3
8
-dulwich
python_git
:
py3
8-g
it
p
ython
release
:
'
3002'
restart_via_at
:
false
retry_options
:
...
...
@@ -98,14 +98,14 @@ values:
until
:
true
rootgroup
:
wheel
rootuser
:
root
salt_api
:
py3
7
-salt
salt_cloud
:
py3
7
-salt
salt_master
:
py3
7
-salt
salt_api
:
py3
8
-salt
salt_cloud
:
py3
8
-salt
salt_master
:
py3
8
-salt
salt_master_macos_plist_hash
:
'
'
salt_minion
:
py3
7
-salt
salt_minion
:
py3
8
-salt
salt_minion_macos_plist_hash
:
'
'
salt_ssh
:
py3
7
-salt
salt_syndic
:
py3
7
-salt
salt_ssh
:
py3
8
-salt
salt_syndic
:
py3
8
-salt
ssh_roster
:
{}
syndic_service
:
salt_syndic
use_pip
:
false
...
...
test/integration/v3003-py3/controls/pkgs_spec.rb
View file @
54e91cc3
...
...
@@ -5,7 +5,7 @@ pkgs =
when
'arch'
%w[salt]
when
/bsd$/
%w[py3
7
-salt]
%w[py3
8
-salt]
when
'windows'
%w[Salt\ Minion]
else
...
...
test/integration/v3003-py3/files/_mapdata/freebsd-11.yaml
View file @
54e91cc3
...
...
@@ -86,9 +86,9 @@ values:
pin_version
:
false
pkgrepo
:
'
'
py_ver
:
py3
pygit2
:
py3
7
-pygit2
python_dulwich
:
py3
7
-dulwich
python_git
:
py3
7-G
it
P
ython
pygit2
:
py3
8
-pygit2
python_dulwich
:
py3
8
-dulwich
python_git
:
py3
8-g
it
p
ython
release
:
'
3003'
restart_via_at
:
false
retry_options
:
...
...
@@ -98,14 +98,14 @@ values:
until
:
true
rootgroup
:
wheel
rootuser
:
root
salt_api
:
py3
7
-salt
salt_cloud
:
py3
7
-salt
salt_master
:
py3
7
-salt
salt_api
:
py3
8
-salt
salt_cloud
:
py3
8
-salt
salt_master
:
py3
8
-salt
salt_master_macos_plist_hash
:
'
'
salt_minion
:
py3
7
-salt
salt_minion
:
py3
8
-salt
salt_minion_macos_plist_hash
:
'
'
salt_ssh
:
py3
7
-salt
salt_syndic
:
py3
7
-salt
salt_ssh
:
py3
8
-salt
salt_syndic
:
py3
8
-salt
ssh_roster
:
{}
syndic_service
:
salt_syndic
use_pip
:
false
...
...
test/integration/v3003-py3/files/_mapdata/freebsd-12.yaml
View file @
54e91cc3
...
...
@@ -86,9 +86,9 @@ values:
pin_version
:
false
pkgrepo
:
'
'
py_ver
:
py3
pygit2
:
py3
7
-pygit2
python_dulwich
:
py3
7
-dulwich
python_git
:
py3
7-G
it
P
ython
pygit2
:
py3
8
-pygit2
python_dulwich
:
py3
8
-dulwich
python_git
:
py3
8-g
it
p
ython
release
:
'
3003'
restart_via_at
:
false
retry_options
:
...
...
@@ -98,14 +98,14 @@ values:
until
:
true
rootgroup
:
wheel
rootuser
:
root
salt_api
:
py3
7
-salt
salt_cloud
:
py3
7
-salt
salt_master
:
py3
7
-salt
salt_api
:
py3
8
-salt
salt_cloud
:
py3
8
-salt
salt_master
:
py3
8
-salt
salt_master_macos_plist_hash
:
'
'
salt_minion
:
py3
7
-salt
salt_minion
:
py3
8
-salt
salt_minion_macos_plist_hash
:
'
'
salt_ssh
:
py3
7
-salt
salt_syndic
:
py3
7
-salt
salt_ssh
:
py3
8
-salt
salt_syndic
:
py3
8
-salt
ssh_roster
:
{}
syndic_service
:
salt_syndic
use_pip
:
false
...
...
test/integration/v3003-py3/files/_mapdata/freebsd-13.yaml
View file @
54e91cc3
...
...
@@ -86,9 +86,9 @@ values:
pin_version
:
false
pkgrepo
:
'
'
py_ver
:
py3
pygit2
:
py3
7
-pygit2
python_dulwich
:
py3
7
-dulwich
python_git
:
py3
7-G
it
P
ython
pygit2
:
py3
8
-pygit2
python_dulwich
:
py3
8
-dulwich
python_git
:
py3
8-g
it
p
ython
release
:
'
3003'
restart_via_at
:
false
retry_options
:
...
...
@@ -98,14 +98,14 @@ values:
until
:
true
rootgroup
:
wheel
rootuser
:
root
salt_api
:
py3
7
-salt
salt_cloud
:
py3
7
-salt
salt_master
:
py3
7
-salt
salt_api
:
py3
8
-salt
salt_cloud
:
py3
8
-salt
salt_master
:
py3
8
-salt
salt_master_macos_plist_hash
:
'
'
salt_minion
:
py3
7
-salt
salt_minion
:
py3
8
-salt
salt_minion_macos_plist_hash
:
'
'
salt_ssh
:
py3
7
-salt
salt_syndic
:
py3
7
-salt
salt_ssh
:
py3
8
-salt
salt_syndic
:
py3
8
-salt
ssh_roster
:
{}
syndic_service
:
salt_syndic
use_pip
:
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment