Uploaded image for project: 'Modules'
  1. Modules
  2. MODULES-4418

chocolatey: Add bypass proxy setting "chocolateysource"

    XMLWordPrintable

Details

    • Hide

      Given a system that has Chocolatey installed, the following scenarios apply:

      • When bypass_proxy is not specified, the setting should be false in the chocolatey.config.
      • When bypass_proxy => true, the setting should be true in the chocolatey.config.
      • When bypass_proxy => false, the setting should be false in the chocolatey.config.
      Show
      Given a system that has Chocolatey installed, the following scenarios apply: When bypass_proxy is not specified, the setting should be false in the chocolatey.config. When bypass_proxy => true , the setting should be true in the chocolatey.config. When bypass_proxy => false , the setting should be false in the chocolatey.config.
    • Windows
    • 1
    • Windows 2019-01-30
    • Normal
    • 2 - 5-25% of Customers
    • 3 - Serious
    • 3 - $$$$
    • Many customers use proxies and PE and supported modules should have facilities to work with them.
    • New Feature
    • This adds the ability to have a source explicitly bypass a proxy.
    • Needs Assessment

    Description

      Chocolatey is adding the ability for a source to explicitly bypass any configured proxies in 0.10.4 - see https://github.com/chocolatey/choco/issues/262.

      The chocolateysource will need a property to address that addition: bypass_proxy

      chocolateysource {'chocolatey':
        ensure   => present,
        location => 'https://chocolatey.org/api/v2',
        priority => 1,
        bypass_proxy => true
      }
      

      Attachments

        Issue Links

          Activity

            People

              erick Erick Banks
              ferventcoder Rob Reynolds
              Votes:
              1 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Zendesk Support