Skip to content

Commit 3f599c0

Browse files
authored
Merge pull request #115 from dafyddj/fix/for-pre-commit
style: linting for `yamllint`
2 parents 9c85788 + 780dc9d commit 3f599c0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/salt/pillar/default.sls

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,18 +166,18 @@ postfix:
166166

167167
check_client_access_maps:
168168
- '/[%!@].*[%!@]/':
169-
- 550 Sender-specified routing rejected
169+
- 550 Sender-specified routing rejected
170170

171171
check_cidr_maps:
172172
- '192.168.1.1':
173-
- OK
173+
- OK
174174
- '192.168.0.0/16':
175-
- REJECT
175+
- REJECT
176176
- '2001:db8::1':
177-
- OK
177+
- OK
178178
- '2001:db8::/32':
179-
- REJECT
179+
- REJECT
180180

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

0 commit comments

Comments
 (0)