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
I receive the error: WARNING: ensure found on line 3 but it's not the first attribute
However it is: 2 package{'activemq': 3 ensure => present,
The error ceases if I alter this line to: package{'activemq': ensure => present,
This does not follow the official puppet style guidelines as per: http://docs.puppetlabs.com/guides/style_guide.html#attribute-ordering
The text was updated successfully, but these errors were encountered:
f2b7ed9
Thanks! Fixed and pushed a bugfix release
Sorry, something went wrong.
Merge pull request rodjek#3 from robbyt/patch-1
1d19b08
Add JSON lint
No branches or pull requests
I receive the error:
WARNING: ensure found on line 3 but it's not the first attribute
However it is:
2 package{'activemq':
3 ensure => present,
The error ceases if I alter this line to:
package{'activemq': ensure => present,
This does not follow the official puppet style guidelines as per: http://docs.puppetlabs.com/guides/style_guide.html#attribute-ordering
The text was updated successfully, but these errors were encountered: