0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2025-04-06 12:45:11 +02:00

fix(pkgrepo): Add install for dependency on gnupg

This commit is contained in:
Justin Zandbergen 2024-04-25 14:38:02 +02:00
parent 0a8bd5fe11
commit f3d19251bd
No known key found for this signature in database
GPG Key ID: 2AA3406BA4B5EB37

View File

@ -2,6 +2,12 @@
# vim: ft=sls
{% from "salt/map.jinja" import salt_settings with context %}
salt-pkgrepo-install-dependency-gnupg:
pkg.installed:
- name: gnupg
- require_in:
- file: salt-pkgrepo-install-saltstack-debian-keyring
salt-pkgrepo-install-saltstack-debian-keyring:
file.managed:
- name: /usr/share/keyrings/{{ salt_settings.pkgrepo_keyring_filename }}