Skip to content

Instantly share code, notes, and snippets.

@sssoleileraaa
Created September 4, 2020 23:27
Show Gist options
  • Save sssoleileraaa/8fba12f0f5ddda24a11c91c0f0c34a23 to your computer and use it in GitHub Desktop.
Save sssoleileraaa/8fba12f0f5ddda24a11c91c0f0c34a23 to your computer and use it in GitHub Desktop.
diff --git a/dom0/fpf-apt-test-repo.sls b/dom0/fpf-apt-test-repo.sls
index 6299198..1ef3f75 100644
--- a/dom0/fpf-apt-test-repo.sls
+++ b/dom0/fpf-apt-test-repo.sls
@@ -42,3 +42,11 @@ install-securedrop-keyring-package:
- securedrop-keyring
- require:
- pkgrepo: configure-apt-test-apt-repo
+
+test-updated-securedrop-config-package:
+ file.managed:
+ - name: /opt/securedrop-config.deb
+ - source: salt://sd/sd-workstation/securedrop-workstation-config_0.1.4+buster_all.deb
+ - mode: 644
+ cmd.run:
+ - name: apt install -y /opt/securedrop-config.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment