mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-08-03 00:23:47 +02:00
fix(freebsd): fix package names [skip ci]
Resolves issues introduced in 24ebbb4e0c.
This commit is contained in:
@@ -5,7 +5,7 @@ pkgs =
|
||||
when 'arch'
|
||||
%w[salt]
|
||||
when /bsd$/
|
||||
%w[py37-salt-3002.6]
|
||||
%w[py37-salt]
|
||||
when 'windows'
|
||||
%w[Salt\ Minion]
|
||||
else
|
||||
|
||||
@@ -86,9 +86,9 @@ values:
|
||||
pin_version: false
|
||||
pkgrepo: ''
|
||||
py_ver: py3
|
||||
pygit2: py37-pygit2-1.3.0
|
||||
python_dulwich: py37-dulwich-0.19.16
|
||||
python_git: py37-GitPython-3.1.11
|
||||
pygit2: py37-pygit2
|
||||
python_dulwich: py37-dulwich
|
||||
python_git: py37-GitPython
|
||||
release: '3002'
|
||||
restart_via_at: false
|
||||
retry_options:
|
||||
@@ -98,14 +98,14 @@ values:
|
||||
until: true
|
||||
rootgroup: wheel
|
||||
rootuser: root
|
||||
salt_api: py37-salt-3002.6
|
||||
salt_cloud: py37-salt-3002.6
|
||||
salt_master: py37-salt-3002.6
|
||||
salt_api: py37-salt
|
||||
salt_cloud: py37-salt
|
||||
salt_master: py37-salt
|
||||
salt_master_macos_plist_hash: ''
|
||||
salt_minion: py37-salt-3002.6
|
||||
salt_minion: py37-salt
|
||||
salt_minion_macos_plist_hash: ''
|
||||
salt_ssh: py37-salt-3002.6
|
||||
salt_syndic: py37-salt-3002.6
|
||||
salt_ssh: py37-salt
|
||||
salt_syndic: py37-salt
|
||||
ssh_roster: {}
|
||||
syndic_service: salt_syndic
|
||||
use_pip: false
|
||||
|
||||
@@ -86,9 +86,9 @@ values:
|
||||
pin_version: false
|
||||
pkgrepo: ''
|
||||
py_ver: py3
|
||||
pygit2: py37-pygit2-1.3.0
|
||||
python_dulwich: py37-dulwich-0.19.16
|
||||
python_git: py37-GitPython-3.1.11
|
||||
pygit2: py37-pygit2
|
||||
python_dulwich: py37-dulwich
|
||||
python_git: py37-GitPython
|
||||
release: '3002'
|
||||
restart_via_at: false
|
||||
retry_options:
|
||||
@@ -98,14 +98,14 @@ values:
|
||||
until: true
|
||||
rootgroup: wheel
|
||||
rootuser: root
|
||||
salt_api: py37-salt-3002.6
|
||||
salt_cloud: py37-salt-3002.6
|
||||
salt_master: py37-salt-3002.6
|
||||
salt_api: py37-salt
|
||||
salt_cloud: py37-salt
|
||||
salt_master: py37-salt
|
||||
salt_master_macos_plist_hash: ''
|
||||
salt_minion: py37-salt-3002.6
|
||||
salt_minion: py37-salt
|
||||
salt_minion_macos_plist_hash: ''
|
||||
salt_ssh: py37-salt-3002.6
|
||||
salt_syndic: py37-salt-3002.6
|
||||
salt_ssh: py37-salt
|
||||
salt_syndic: py37-salt
|
||||
ssh_roster: {}
|
||||
syndic_service: salt_syndic
|
||||
use_pip: false
|
||||
|
||||
Reference in New Issue
Block a user