Closed Joris-van-der-Wel closed 9 years ago
This module seems to use three global variables which puppet 4 will complain about if strict_variables is true:
strict_variables
true
As a workaround I have to add the following to site.pp:
$http_proxy = undef $https_proxy = undef $schedule = undef
Related to #45
see #61
This module seems to use three global variables which puppet 4 will complain about if
strict_variables
istrue
:As a workaround I have to add the following to site.pp:
Related to #45