Skip to content

Commit

Permalink
Merge pull request #535 from freedomofpress/514-fix-apt-update-for-sd…
Browse files Browse the repository at this point in the history
…-log

Removes package updates from sd-log AppVM config
  • Loading branch information
emkll authored Apr 22, 2020
2 parents 5482f2e + 719eeaf commit 079ff4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom0/sd-logging-setup.sls
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :

{% if "template" in grains['id'] or grains['id'] in ["securedrop-workstation-buster", "whonix-gw-15"] %}
include:
- fpf-apt-test-repo

{% if "template" in grains['id'] or grains['id'] in ["securedrop-workstation-buster", "whonix-gw-15"] %}
# Install securedrop-log package in TemplateVMs only
install-securedrop-log-package:
pkg.installed:
Expand Down

0 comments on commit 079ff4e

Please sign in to comment.