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
Puppet Lint tests Puppet code against the recommended Puppet language style guide. Puppet Lint validates only code style; it does not validate syntax. To test syntax, use Puppet's puppet parser validate command.
puppet-lint doesn't understand data typing to my knowledge. I have run into similar questions before about how to test data typing.
That's correct, puppet-lint doesn't currently have any knowledge of the data type being stored in the variable. It's possible that it could be added in a limited form in the future though it would still be limited to variables defined within the current manifest.
Given a variable defined like
a case statement over this variable should not require or even allow a default field
The same exception could be made when using case with a boolean variable.
The text was updated successfully, but these errors were encountered: