0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2026-04-19 19:09:04 +02:00

Merge 5ceaf00a069981666f5d85edc9a5bf0feb37e4af into 543760ac1ca889671b8ab523d1a7e48ebb6bdad9

This commit is contained in:
vveliev 2026-03-10 20:52:17 +05:30 committed by GitHub
commit af3f249f37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 3 deletions

View File

@ -9,6 +9,17 @@
# {%- set salt_repo_key_url = salt['pillar.get']('salt:repo_key_url', salt_repo ~ '/api/security/keypair/SaltProjectKey/public') %}
# yamllint enable rule:line-length
Debian-11:
pygit2: python-pygit2
gitfs:
pygit2:
install_from_source: true
version: 1.9.0
git:
require_state: false
install_from_package: Null
libgit2: libgit2-glib-1.0-0
Oracle Linux Server-7:
pkgrepo_humanname: SaltStack repo for RHEL/CentOS {{ osmajorrelease }}
pkgrepo: '{{ salt_repo }}/saltproject-rpm/'

View File

@ -32,7 +32,7 @@ values:
install_from_source: false
pygit2:
git:
install_from_package: git
install_from_package: Null
require_state: false
install_from_source: true
libgit2:
@ -40,9 +40,9 @@ values:
download_hash: 683d1164e361e2a0a8d52652840e2340
install_from_source: false
version: 0.23.0
version: 0.22.1
version: 1.9.0
install_packages: true
libgit2: libgit2-22
libgit2: libgit2-glib-1.0-0
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
@ -92,6 +92,7 @@ values:
pkgrepo_keyring: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
pkgrepo_keyring_hash: sha256=36decef986477acb8ba2a1fc4041bcf9f22229ef6c939d0317c9e36a9d142b34
py_ver: py3
pygit2: python-pygit2
pyinotify: python-pyinotify
python_dulwich: python-dulwich
python_git: python-git