-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cChocoConfig Resource #20
Comments
TBH - you've always been able to change the cache since like early 0.9.9.x series. The config command just made it easier to do. |
Yes, you are right. So is there a way to define the cache location in cChocoInstaller DSC resource? |
I am not sure. I'm guessing not yet. |
There isn't any provision for this in the cChocoInstaller. I'd be tempted to say this should be broken out into another Resource "cChocoConfiguration", for example. This can then be used to test, set and update the choco config independently of the installation, which would be a one time operation. |
I think this would be best served by a cChocoConfig resource. I'm going to rename this to that |
Any news on this? |
@Outek Inside cChoco, not yet. This issue is up for grabs. In the meantime see the link posted above. |
This resource allows users to change Chocolatey Config settings using an DSC resource.
This resource allows users to change Chocolatey Config settings using an DSC resource.
This resource allows users to change Chocolatey Config settings using an DSC resource.
* development: Update module versions for release (GH-151) Download install.ps1 to temp folder. (maint) Set pester to a max version of 4.10.1 (GH-20) add cChocoConfig resource Adding comments and tests Add pull request template (doc) Add issue template configuration (doc) Remove invalid issue template (doc) Update issue templates throw if using prerelease with minimumversion quick fixes DSCResources/cChocoPackageInstall/cChocoPackageInstall.psm1 adding support for specifying minimum version
I have had some issues installing 32 bit Choco packages on 64 bit machines with SYSTEM user due to incorrect temp path resolution.
There should be a way to configure cacheLocation in cChocoInstaller using DSC. Choco introduced this in v0.9.9.9 with "choco config set cacheLocation fullPath"
https://github.com/chocolatey/choco/wiki/How-To-Change-Cache
The text was updated successfully, but these errors were encountered: