From f3d19251bd661f0241e654631e0db8f92b362edf Mon Sep 17 00:00:00 2001 From: Justin Zandbergen Date: Thu, 25 Apr 2024 14:38:02 +0200 Subject: [PATCH] fix(pkgrepo): Add install for dependency on gnupg --- salt/pkgrepo/debian/install.sls | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/salt/pkgrepo/debian/install.sls b/salt/pkgrepo/debian/install.sls index 1d05b41..dedaeaf 100644 --- a/salt/pkgrepo/debian/install.sls +++ b/salt/pkgrepo/debian/install.sls @@ -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 }}