salt-lint
salt-lint copied to clipboard
Single line declaration has problems
If I have a stanza like this:
awesome-service:
service.running:
- blah: True
The check fails (with the [!] Found single line declaration in...
error), because it matches on the service
in the top line, not just the service
in the 2nd line. Anyway around this?