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
Hello
Using latest 1.7.3 version of the module with puppet 4.10.4, I've those warning
==> test.vagrant.local: Warning: Unknown variable: '::http_proxy'. at /etc/puppetlabs/code/environments/production/modules/wget/manifests/fetch.pp:60:19 ==> test.vagrant.local: Warning: Unknown variable: '::https_proxy'. at /etc/puppetlabs/code/environments/production/modules/wget/manifests/fetch.pp:65:20 ==> test.vagrant.local: Warning: Unknown variable: 'schedule'. at /etc/puppetlabs/code/environments/production/modules/wget/manifests/fetch.pp:184:20 ==> test.vagrant.local: Warning: Unknown variable: '::http_proxy'. at /etc/puppetlabs/code/environments/production/modules/wget/manifests/fetch.pp:60:19 ==> test.vagrant.local: Warning: Unknown variable: '::https_proxy'. at /etc/puppetlabs/code/environments/production/modules/wget/manifests/fetch.pp:65:20 ==> test.vagrant.local: Warning: Unknown variable: 'schedule'. at /etc/puppetlabs/code/environments/production/modules/wget/manifests/fetch.pp:184:20 ==> test.vagrant.local: Warning: Unknown variable: '::http_proxy'. at /etc/puppetlabs/code/environments/production/modules/wget/manifests/fetch.pp:60:19 ==> test.vagrant.local: Warning: Unknown variable: '::https_proxy'. at /etc/puppetlabs/code/environments/production/modules/wget/manifests/fetch.pp:65:20 ==> test.vagrant.local: Warning: Unknown variable: 'schedule'. at /etc/puppetlabs/code/environments/production/modules/wget/manifests/fetch.pp:184:20
Best regards,
The text was updated successfully, but these errors were encountered:
It looks to me like we need to remove the "$strict" restriction. There is no reason to try to set that if it is not defined, $strict or not.
Example: https://github.com/voxpupuli/puppet-wget/blob/v1.7.3/manifests/fetch.pp#L57-L66
~tommy
Sorry, something went wrong.
No branches or pull requests
Hello
Using latest 1.7.3 version of the module with puppet 4.10.4, I've those warning
Best regards,
The text was updated successfully, but these errors were encountered: