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
Hi, I'm currently running a few RHEL6 nodes with the latest release of your module + puppet3.8.6. During a Puppet run I get:
Could not retrieve fact='nginx_version', resolution='<anonymous>': undefined method `[]' for nil:NilClass
The regex doesn't match the old version style:
# nginx -v nginx: nginx version: nginx/1.0.0
The text was updated successfully, but these errors were encountered:
I created #813 which fixes this
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm currently running a few RHEL6 nodes with the latest release of your module + puppet3.8.6. During a Puppet run I get:
The regex doesn't match the old version style:
The text was updated successfully, but these errors were encountered: