Skip to content
New issue

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

Errors when enabling strict_variables #62

Closed
Joris-van-der-Wel opened this issue Nov 4, 2015 · 1 comment
Closed

Errors when enabling strict_variables #62

Joris-van-der-Wel opened this issue Nov 4, 2015 · 1 comment

Comments

@Joris-van-der-Wel
Copy link

This module seems to use three global variables which puppet 4 will complain about if strict_variables is true:

  • http_proxy
  • https_proxy
  • schedule (manifests/fetch.pp:99)

As a workaround I have to add the following to site.pp:

$http_proxy = undef
$https_proxy = undef
$schedule = undef

Related to #45

@carlossg
Copy link
Member

carlossg commented Nov 4, 2015

see #61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants