Skip to content

Commit

Permalink
Revert marking sd-log as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
rocodes committed Oct 10, 2024
1 parent 1bb836d commit 3113b54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions securedrop_salt/sd-log.sls
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ sd-log:
- add:
- sd-workstation
- features:
{% if d.environment == "prod" %}
- set:
- internal: 1
{% endif %}
- enable:
- service.paxctld
- service.redis
Expand Down
2 changes: 1 addition & 1 deletion tests/test_vms_exist.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_expected(self):

@unittest.skipIf(CONFIG["environment"] != "prod", "Skipping on non-prod system")
def test_internal(self):
not_internal = ["sd-proxy", "sd-whonix", "sd-devices"]
not_internal = ["sd-proxy", "sd-whonix", "sd-devices", "sd-log"]

for vm_name in SD_VMS:
if vm_name in not_internal:
Expand Down

0 comments on commit 3113b54

Please sign in to comment.