Skip to content

Commit

Permalink
List items formatting legibility and small install speedup
Browse files Browse the repository at this point in the history
Make formatting of strings in a list a bit more legible, and remove
sd-devices from sd-workstation.top as it's a DispVM rather than a DispVM
template.
  • Loading branch information
eaon committed Jun 22, 2022
1 parent d3c00c0 commit 6743412
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion dom0/sd-logging-setup.sls
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :

{% if grains['id'] in ["securedrop-workstation-{}".format(grains['oscodename']), "sd-small-{}-template".format(grains['oscodename']), "sd-large-{}-template".format(grains['oscodename'])] %}
{% if grains['id'] in [name.format(grains['oscodename']) for name in ["securedrop-workstation-{}", "sd-small-{}-template", "sd-large-{}-template"]] %}
include:
- fpf-apt-repo

Expand Down
2 changes: 0 additions & 2 deletions dom0/sd-workstation.top
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ base:
- sd-logging-setup
sd-viewer:
- sd-mime-handling
sd-devices:
- sd-mime-handling
sd-devices-dvm:
- sd-mime-handling
sd-proxy:
Expand Down

0 comments on commit 6743412

Please sign in to comment.