mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-03 10:33:13 +02:00
Clean up test config warnings
- Remove duplicate ipsec_enabled key (was defined twice) - Remove reserved variable name 'no_log' This eliminates YAML parsing warnings in the test script while maintaining the same test functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
02bd83e01a
commit
2226e505a6
1 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@ dns_adblocking: false
|
|||
ssh_tunneling: false
|
||||
store_pki: true
|
||||
tests: true
|
||||
no_log: false
|
||||
algo_provider: local
|
||||
algo_server_name: test-server
|
||||
algo_ondemand_cellular: false
|
||||
|
@ -40,7 +39,6 @@ dns_encryption: false
|
|||
subjectAltName_type: IP
|
||||
subjectAltName: 127.0.0.1
|
||||
IP_subject_alt_name: 127.0.0.1
|
||||
ipsec_enabled: false
|
||||
algo_server: localhost
|
||||
algo_user: ubuntu
|
||||
ansible_ssh_user: ubuntu
|
||||
|
|
Loading…
Add table
Reference in a new issue