mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
feat: install available sequoia-pgp tools
This commit is contained in:
parent
b5d7371f93
commit
8ff19988d0
@ -23,12 +23,14 @@ include:
|
||||
- gnupg2
|
||||
|
||||
{% set pkg = {
|
||||
'Debian': {
|
||||
'pkg': ['sq'],
|
||||
},
|
||||
'RedHat': {
|
||||
'pkg': ['sequoia-sq'],
|
||||
},
|
||||
'Debian': {
|
||||
'pkg': ['sq', 'sq-keyring-linter', 'sq-wot', 'sqop', 'sqv'],
|
||||
},
|
||||
'RedHat': {
|
||||
'pkg': ['sequoia-sq', 'sequoia-keyring-linter', 'sequoia-wot',
|
||||
'sequoia-sop', 'sequoia-sqv', 'sequoia-policy-config',
|
||||
'sequoia-chameleon-gnupg'],
|
||||
},
|
||||
}.get(grains.os_family) -%}
|
||||
|
||||
"{{ slsdotpath }}-installed-os-specific":
|
||||
|
Loading…
Reference in New Issue
Block a user