Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Done
-
None
-
-
Windows
-
1
-
Windows 2019-01-30
-
Normal
-
2 - 5-25% of Customers
-
3 - Serious
-
3 - $$$$
-
We're starting to see customers asking for this, at least a handful in Australia so far. Forcing them to workaround the module or not use the supported chocolatey module to get this to work is not great.
-
New Feature
-
This adds the ability to configure a source to allow it to be set to administrators only for Chocolatey for Business.
-
Needs Assessment
Description
Chocolatey added the ability to set a source available for Administrators only in Chocolatey v0.10.8 and Chocolatey Licensed v1.12.2 - see https://chocolatey.org/docs/release-notes-licensed#august-31-2017
The chocolateysource will need a property to address that addition: admin_only
chocolateysource {'chocolatey_internal': |
ensure => present, |
location => 'https://internal/chocolatey', |
priority => 1,
|
admin_only => 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.8.
Attachments
Issue Links
- relates to
-
MODULES-4418 chocolatey: Add bypass proxy setting "chocolateysource"
-
- Resolved
-
-
MODULES-5897 chocolatey : Add Allow Self-Service toggle to "chocolateysource" (Chocolatey v0.10.4+)
-
- Resolved
-