Skip to content

Commit

Permalink
chore: fix yamllint errors during make of snmp_exporter due to missin…
Browse files Browse the repository at this point in the history
…g newlines (#1305)

* fix yamllint errors during make of snmp_exporter due to missing newlines

Signed-off-by: Sebastian Schubert <[email protected]>

* chore: fix yamllint errors during make of snmp_exporter due to missing newlines

Signed-off-by: Sebastian Schubert <[email protected]>

* fix fresh introduced typo

Signed-off-by: Sebastian Schubert <[email protected]>

---------

Signed-off-by: Sebastian Schubert <[email protected]>
  • Loading branch information
bastischubert authored Nov 30, 2024
1 parent 28b7b8c commit aa5edcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testdata/snmp-auth-envvars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ auths:
password: ${ENV_PASSWORD}
auth_protocol: SHA256
priv_protocol: AES
priv_password: ${ENV_PRIV_PASSWORD}
priv_password: ${ENV_PRIV_PASSWORD}
2 changes: 1 addition & 1 deletion testdata/snmp-auth-v2nocreds.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
auths:
v2_without_secret:
community: mysecret
version: 2
version: 2

0 comments on commit aa5edcf

Please sign in to comment.