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

chocolatey : Add Allow Self-Service toggle to "chocolateysource" (Chocolatey v0.10.4+)

    XMLWordPrintable

Details

    • Hide

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

      • When allow_self_service is not specified, the setting should be false in the chocolatey.config.
      • When allow_self_service => true, the setting should be true in the chocolatey.config.
      • When allow_self_service => false, the setting should be false in the chocolatey.config.
      Show
      Given a system that has Chocolatey installed, the following scenarios apply: When allow_self_service is not specified, the setting should be false in the chocolatey.config. When allow_self_service => true , the setting should be true in the chocolatey.config. When allow_self_service => 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 - $$$$
    • New Feature
    • This adds the ability to configure a source to allow it to have self-service for Chocolatey for Business (C4B).
    • Needs Assessment

    Description

      Chocolatey added the ability to set a source available for Self-Service back in Chocolatey 0.10.4 and Chocolatey Licensed v1.8.4 - see https://chocolatey.org/docs/release-notes-licensed#january-5-2017

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

      chocolateysource {'chocolatey_internal':
        ensure   => present,
        location => 'https://internal/chocolatey',
        priority => 1,
        allow_self_service => true
      }
      

      This is a business only feature, but the toggle exists in FOSS, so it should be able to be set in any edition of Chocolatey past v0.10.4.

      Attachments

        Issue Links

          Activity

            People

              michael.lombardi Michael Lombardi
              ferventcoder Rob Reynolds
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Zendesk Support