puppet-nginx
puppet-nginx copied to clipboard
Upstream member: member_max_fails param is missing
Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: 5.3.3-1
- Ruby: -
- Distribution: Debian Jessie
- Module version: 0.9.0
How to reproduce (e.g Puppet code you use)
Call the nginx::resource::upstream::member
with the parameter: upstream_max_fails
What are you seeing
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation
Error: Error while evaluating a Resource Statement, Nginx::Resource::Upstream::Member[test]: has no parameter named 'upstream_max_fails' at ..
What behaviour did you expect instead
Setting the upstream member to the right max fails counter.
Output log
Any additional information you'd like to impart
the parameter is already available in the member template. it's only missing in the manifest. I've created a PR.