https proxy bypass fix
authorMichael Eklund <meklund@dealnews.com>
Fri, 8 Sep 2017 15:32:07 +0000 (10:32 -0500)
committerWill Meek <william.meek@puppet.com>
Mon, 6 Nov 2017 14:22:44 +0000 (14:22 +0000)
commit59d1f996fa72a6f1f0e24f51468eab14a19e6e41
treedd1aa87c764fc0b5280399bfd35643a2b8897b34
parentb24d45d3197a1535ba6268aecf86d3fa5e0d2c0c
https proxy bypass fix

* if http proxy is set without an https proxy apt will still attempt to
proxy those https sources, resulting in errors.  This fix will allow
direct connect to the https urls, bypassing the http proxy.  This is the
most simple fix for this problem, a more complex fix would be to have an
https_direct setting.
fix test for https proxy bypass
spec/classes/apt_spec.rb
templates/proxy.epp