Skip to content

Commit

Permalink
TEMPORARY: Install local keyring deb in lieu of apt-hosted deb
Browse files Browse the repository at this point in the history
To help with testing
  • Loading branch information
emkll committed May 28, 2020
1 parent 98ea44b commit 48f8fe6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions dom0/fpf-apt-test-repo.sls
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ configure-apt-test-apt-repo:
# This will install the production keyring package. This package will delete
# the prod key from the default keyring in /etc/apt/trusted.gpg but will
# preserve the apt-test key in this default keyring.
# TEMPORARY: Install keyring deb
install-securedrop-keyring-package:
pkg.installed:
- pkgs:
- securedrop-keyring
- require:
- pkgrepo: configure-apt-test-apt-repo
file.managed:
- name: /opt/securedrop-keyring.deb
- source: salt://sd/sd-workstation/securedrop-keyring_0.1.4+buster_all.deb
- mode: 644
cmd.run:
- name: apt install -y /opt/securedrop-keyring.deb

0 comments on commit 48f8fe6

Please sign in to comment.