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
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.
Files must pass the puppet parser validate check before puppet-lint will work on them:
Error: Could not parse for environment production: Syntax error at '}' (file: /home/rnelson0/test.pp, line: 101, column: 5)
Near that line is subscribe => [Package['bugzilla'], which is missing the closing brace. The same issue repeats a few lines below. Once that's fixed, puppet-lint works normally:
ERROR: trailing whitespace found on line 34
ERROR: trailing whitespace found on line 43
ERROR: bugzilla not in autoload module layout on line 1
ERROR: single quoted string containing a variable found on line 41
WARNING: class not documented on line 1
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: 2.3.3
ruby version: 2.5.1-p57
platform: x86_64-linux-gnu
file path: init.pp
file contents:
error:
Did I done goof?
I can't seem to run puppet-lint on this one.
The text was updated successfully, but these errors were encountered: