You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The default Example.ps1 config does not include an example to utilize a private NuGet feed to install chocolatey. When folks use the default example, they will run into Chocolatey's HTTP 429 rate limiting if they create too many servers too quickly behind a NAT.
Describe the solution you'd like
Introducing another example that demonstrates how to override the download location.
Describe alternatives you've considered
Possibly hosting a separate install.ps1 script in my local SCM. This isn't the right solution though as both are working around the same problem of DSC relying on external scripts that aren't part of the DSC module. An example of the workaround is more accessible and easier to implement.
Is your feature request related to a problem? Please describe.
The default Example.ps1 config does not include an example to utilize a private NuGet feed to install chocolatey. When folks use the default example, they will run into Chocolatey's HTTP 429 rate limiting if they create too many servers too quickly behind a NAT.
Describe the solution you'd like
Introducing another example that demonstrates how to override the download location.
Describe alternatives you've considered
Possibly hosting a separate install.ps1 script in my local SCM. This isn't the right solution though as both are working around the same problem of DSC relying on external scripts that aren't part of the DSC module. An example of the workaround is more accessible and easier to implement.
Additional context
Example implemented in a fork.
The text was updated successfully, but these errors were encountered: