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
Lint does not detect the syntax error in this one:
package { 'kvm': ensure => installed; name => "${module::params::kvm}", }
The text was updated successfully, but these errors were encountered:
Yeah, I'm not too sure about this one. The way I basically envisaged the workflow would be
We already have a tool for ensuring that the syntax is correct so I don't really think we need to reimplement it here.
Sorry, something went wrong.
No branches or pull requests
Lint does not detect the syntax error in this one:
The text was updated successfully, but these errors were encountered: