Skip to content
New issue

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

captilised variables error on puppet not with lint #158

Closed
AutomatedTester opened this issue Oct 10, 2012 · 1 comment
Closed

captilised variables error on puppet not with lint #158

AutomatedTester opened this issue Oct 10, 2012 · 1 comment

Comments

@AutomatedTester
Copy link

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

@rodjek
Copy link
Owner

rodjek commented Oct 11, 2012

puppet-lint doesn't try to be a syntax checker, puppet itself already does that very well.

@rodjek rodjek closed this as completed Oct 11, 2012
ekohl pushed a commit to ekohl/puppet-lint that referenced this issue Oct 24, 2023
…puppetlabs_entity

(CAT-1248) Update Published Name and Owner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants