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

Invalid "ensure is not the first attribute" #3

Closed
adamgibbins opened this issue Aug 17, 2011 · 1 comment
Closed

Invalid "ensure is not the first attribute" #3

adamgibbins opened this issue Aug 17, 2011 · 1 comment

Comments

@adamgibbins
Copy link

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

@rodjek rodjek closed this as completed in f2b7ed9 Aug 17, 2011
@rodjek
Copy link
Owner

rodjek commented Aug 17, 2011

Thanks! Fixed and pushed a bugfix release

Rovanion pushed a commit to Rovanion/puppet-lint that referenced this issue Feb 8, 2019
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