Closed dawidmalina closed 3 years ago
It would be good to render sls file to make sure we won't find issues with the syntax
the following code snippet would fail:
# the following code snippet would fail: /path/to/file1 file.managed: - contents: This is line 1
the following code snippet would pass:
# the following code snippet would fail: /path/to/file1: file.managed: - contents: This is line 1
Thanks @dawidmalina for the feature request!
This feature request is similar to #19 and affects #135.
Closed this issue in favour of #19
It would be good to render sls file to make sure we won't find issues with the syntax
the following code snippet would fail:
the following code snippet would pass: