Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit eacd9c1

Browse files
authored
fix linting problems
1 parent 330173e commit eacd9c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/default_custom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
ssh_allow_tcp_forwarding: true
2626
ssh_gateway_ports: true
2727
ssh_allow_agent_forwarding: true
28-
ssh_server_permit_environment_vars: ['PWD','HTTP_PROXY']
28+
ssh_server_permit_environment_vars: ['PWD', 'HTTP_PROXY']
2929
ssh_client_alive_interval: 100
3030
ssh_client_alive_count: 10
3131
ssh_client_password_login: true
@@ -63,7 +63,7 @@
6363
ssh_trusted_user_ca_keys:
6464
- '# ssh-rsa ...'
6565
ssh_authorized_principals_file: '/etc/ssh/auth_principals/%u'
66-
ssh_authorized_principals :
66+
ssh_authorized_principals:
6767
- { path: '/etc/ssh/auth_principals/root', principals: [ 'root' ], owner: "{{ ssh_owner }}", group: "{{ ssh_group }}", directoryowner: "{{ ssh_owner }}", directorygroup: "{{ ssh_group}}" }
6868
ssh_macs:
6969
- hmac-sha2-512

0 commit comments

Comments
 (0)