Closed felixdoerre closed 3 years ago
In:
class myclass { file{'/file': content => @(objects), "objects" |objects } }
Command:
$ puppet-lint in.pp ERROR: Syntax error (unterminated string) on line 4 Try running `puppet parser validate <file>`
However the puppet parser is fine with it:
$ puppet parser validate in.pp $
I notied that this is already resolved here ( f9f7937 #851), however the fix is not released. Sorry for the dupe.
In:
Command:
However the puppet parser is fine with it: