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
Install Chocolatey from Artifactory repo instead of Chocolatey.org
Steps to Reproduce:
We are running the Chocolatey Cookbook using the following code:
node['chocolatey']['install_vars']['chocolateyDownloadUrl'] = "https://URL/TO/ARTIFACTORY/REPO"
include_recipe 'chocolatey::default'
I want to say it's likely there is something incorrect, but I'm not sure what you are installing - there is the chocolatey client, the chocolatey agent is a Windows service that is used in C4B (Chocolatey for Business) scenarios only. So I'm guessing you mean chocolatey client here.
Cookbook version
2.0.1
Chef-client version
14.13.11
Platform Details
Windows Server 2016
Scenario:
Install Chocolatey from Artifactory repo instead of Chocolatey.org
Steps to Reproduce:
We are running the Chocolatey Cookbook using the following code:
node['chocolatey']['install_vars']['chocolateyDownloadUrl'] = "https://URL/TO/ARTIFACTORY/REPO"
include_recipe 'chocolatey::default'
Expected Result:
Expect the Chocolatey agent to be pulled from"https://URL/TO/ARTIFACTORY/REPO" and then installed.
Actual Result:
Instead, agent is being installed from Chocolatey.org. Syntax to add URL variable looks correct but doesn't seem to be getting used.
The text was updated successfully, but these errors were encountered: