Skip to content

Commit

Permalink
Change path for submission key import
Browse files Browse the repository at this point in the history
The key is no longer copied to /tmp but rather from
/home/user/.gnupg
  • Loading branch information
emkll committed Nov 14, 2018
1 parent bbad7cc commit 2fbba36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom0/sd-gpg-files.sls
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sd-gpg-import-submission-key:
- require:
- file: sd-gpg-create-keyring-directory
cmd.run:
- name: sudo -u user gpg --import /tmp/sd-journalist.sec
- name: sudo -u user gpg --import /home/user/.gnupg/sd-journalist.sec
- require:
- file: sd-gpg-import-submission-key
- onchanges:
Expand Down

0 comments on commit 2fbba36

Please sign in to comment.