shaker/gpg/install.sls

22 lines
417 B
Plaintext
Raw Normal View History

# vim: set syntax=yaml ts=2 sw=2 sts=2 et :
2022-05-15 11:14:04 -04:00
{% if salt['qvm.exists']('cacher') %}
2022-05-15 11:14:04 -04:00
/etc/apt/sources.list:
file.replace:
2022-05-15 11:14:04 -04:00
- names:
- /etc/apt/sources.list
- /etc/apt/sources.list.d/qubes-r4.list
- pattern: 'https:'
- repl: 'http://HTTPS/'
- flags: [ 'IGNORECASE', 'MULTILINE' ]
2022-05-15 11:14:04 -04:00
{% endif %}
installed:
pkg.installed:
- pkgs:
- qubes-gpg-split
- gnupg
- keepassxc