Details
-
New Feature
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
-
3
-
Windows 2016-06-29
Description
choco config was introduced in v0.9.9.9 and has had no significant changes since it was introduced. The docs related to config are located at https://github.com/chocolatey/choco/wiki/CommandsConfig
On first converge it may be important to install Chocolatey, set config configuration AND install packages using that configuration set. This means it must be done as a custom type so that one can discover what version of Chocolatey was just installed, as custom types are the only thing that always runs client side.
Config is important as it allows folks to specify proxy settings.
Since unset was not introduced until 0.9.10.x, we will require v0.9.10.0 to take advantage of this feature, so that absent works and there is no confusion about being able to set a value, but not remove that setting. That scenario could be surprising for folks so we want to avoid it.
Detail
Settings
|
cacheLocation = | Cache location if not TEMP folder.
|
commandExecutionTimeoutSeconds = 2700 | Default timeout for command execution.
|
containsLegacyPackageInstalls = true | Install has packages installed prior to 0.9.9 series.
|
proxy = | Explicit proxy location.
|
proxyUser = | Optional proxy user.
|
proxyPassword = | Optional proxy password. Encrypted.
|
virusCheckMinimumPositives = 5 | Minimum number of scan result positives before flagging a binary as a possible virus.
|
Attachments
Issue Links
- blocks
-
MODULES-3058 (SPIKE) Chocolatey - Create exploratory testing tickets
-
- Resolved
-
- is blocked by
-
MODULES-3037 Chocolatey - custom provider for source (configuration)
-
- Resolved
-
-
MODULES-3043 Test the installation of Chocolatey via module with Prerequisites installed
-
- Resolved
-
- relates to
-
MODULES-3677 Chocolatey - source, config settings and features are not settable during run that installs Chocolatey
-
- Resolved
-
-
MODULES-3375 SPIKE - MODULES-3035
-
- Open
-
-
MODULES-3060 Chocolatey - DOCs team review/update README documentation
-
- Resolved
-
- links to
- mentioned in
-
Page Loading...