We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if I do
class { "my-class": ZOMG_PUPPET => 'baz'; }
I get Could not parse for environment production: Syntax error at 'ZOMG_PUPPET'; expected '}' from puppet but lint does not show the error
Could not parse for environment production: Syntax error at 'ZOMG_PUPPET'; expected '}'
The text was updated successfully, but these errors were encountered:
puppet-lint doesn't try to be a syntax checker, puppet itself already does that very well.
Sorry, something went wrong.
Merge pull request rodjek#158 from david22swan/CAT-1255/main/move_to_…
435ff67
…puppetlabs_entity (CAT-1248) Update Published Name and Owner
No branches or pull requests
if I do
I get
Could not parse for environment production: Syntax error at 'ZOMG_PUPPET'; expected '}'
from puppet but lint does not show the errorThe text was updated successfully, but these errors were encountered: