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
We're seeing these warnings when using the location resource:
Passing a value other than 'present' or 'absent' as the $ensure parameter to concat::fragment is deprecated.
This appears to be happening here: https://github.com/jfryman/puppet-nginx/blob/master/manifests/resource/location.pp#L378-L391
concat::fragment { "${vhost_sanitized}-${priority}-${location_md5}": ensure => $ensure_real, target => $config_file, content => join([ template('nginx/vhost/location_header.erb'), $content_real, template('nginx/vhost/location_footer.erb') ], ''), order => $priority, }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We're seeing these warnings when using the location resource:
This appears to be happening here: https://github.com/jfryman/puppet-nginx/blob/master/manifests/resource/location.pp#L378-L391
The text was updated successfully, but these errors were encountered: