fix(vars): gnupg2 package for Debian 10+

This commit is contained in:
Patrick Hasler 2024-05-02 13:26:39 +02:00
parent 38f3b8637f
commit 66a8fa5d05
No known key found for this signature in database
GPG Key ID: B3B5B3C3A2AEA09C
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ _bootstrap_packages:
CentOS_7: python sudo
Debian_8: python sudo gnupg
Debian_9: python sudo gnupg
Debian_10: python3 sudo gnupg2
Debian_11: python3 sudo gnupg2
Debian_12: python3 sudo gnupg2
RedHat_7: python sudo
# Map the right set of packages, based on gathered bootstrap facts.