Skip to content

Commit

Permalink
Merge pull request #115 from dafyddj/fix/for-pre-commit
Browse files Browse the repository at this point in the history
style: linting for `yamllint`
  • Loading branch information
n-rodriguez authored Sep 27, 2020
2 parents 9c85788 + 780dc9d commit 3f599c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/salt/pillar/default.sls
Original file line number Diff line number Diff line change
Expand Up @@ -166,18 +166,18 @@ postfix:

check_client_access_maps:
- '/[%!@].*[%!@]/':
- 550 Sender-specified routing rejected
- 550 Sender-specified routing rejected

check_cidr_maps:
- '192.168.1.1':
- OK
- OK
- '192.168.0.0/16':
- REJECT
- REJECT
- '2001:db8::1':
- OK
- OK
- '2001:db8::/32':
- REJECT
- REJECT

check_pcre_maps:
- '/^(?!owner-)(.*)-outgoing@(.*)/':
- 550 Use ${1}@${2} instead
- 550 Use ${1}@${2} instead

0 comments on commit 3f599c0

Please sign in to comment.