Skip to content

Commit

Permalink
Better explain why logging VMs are configured early
Browse files Browse the repository at this point in the history
Co-authored-by: Cory Francis Myers <cfm@panix.com>
  • Loading branch information
deeplow and cfm authored Sep 12, 2024
1 parent 83c6fbd commit eaa5015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/sdw-admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def provision_and_configure():
provision("Provisioning base template", "securedrop_salt.sd-base-template")
configure("Configuring base template", ["sd-base-bookworm-template"])
provision_all()
configure("Configuring logging VMs early", ["sd-small-bookworm-template"], restart=["sd-log"])
configure("Configuring template for log sink before anything else", ["sd-small-bookworm-template"], restart=["sd-log"])
configure("Enabling Whonix customizations", ["whonix-gateway-17"])
configure(
"Configure all SecureDrop Workstation VMs with service-specific configs",
Expand Down

0 comments on commit eaa5015

Please sign in to comment.