You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you have these 2 errors next to each other it will crash, if you manaualy fix just one of them it work fine
ERROR: there should be a single space or newline before a closing brace on line 11 (check: manifest_whitespace_closing_brace_before)
WARNING: missing trailing comma after last element on line 11 (check: trailing_comma)
Whoops! It looks like puppet-lint has encountered an error that it doesn't
know how to handle. Please open an issue at https://github.com/rodjek/puppet-lint
and paste the following output into the issue description.
Describe the Bug
if you have these 2 errors next to each other it will crash, if you manaualy fix just one of them it work fine
Whoops! It looks like puppet-lint has encountered an error that it doesn't
know how to handle. Please open an issue at https://github.com/rodjek/puppet-lint
and paste the following output into the issue description.
puppet-lint version: 3.3.0
ruby version: 3.0.4-p208
platform: x86_64-linux-gnu
file path: environments/testing/site-modules/kortftp/manifests/http.pp
file contents:
error:
expected output
puppetlabs/puppet-lint#111
chelnak commented 4 days ago
It looks to me that the issue you are experiencing is being caused by a conflict of interest with two community plugins.
The text was updated successfully, but these errors were encountered: