Skip to content

Commit

Permalink
feat: install available sequoia-pgp tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jan 31, 2024
1 parent 9de8b2b commit c6179b9
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions salt/sys-pgp/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit c6179b9

Please sign in to comment.