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
commit 53edacb introduced the logonaccount parameter for closing #650. This parameter is not available on puppet <6 (according to puppetlabs documentation https://puppet.com/docs/puppet/5.5/types/service.html). metadata requires puppet version >= 4.10.0.
Either require puppet version >=6.0.0 or check puppet version before using logonaccount for service resource.
The text was updated successfully, but these errors were encountered:
2088b52
lbetz
No branches or pull requests
commit 53edacb introduced the logonaccount parameter for closing #650.
This parameter is not available on puppet <6 (according to puppetlabs documentation https://puppet.com/docs/puppet/5.5/types/service.html).
metadata requires puppet version >= 4.10.0.
Either require puppet version >=6.0.0 or check puppet version before using logonaccount for service resource.
The text was updated successfully, but these errors were encountered: