Chocolatey Cookbook uses default URL instead of one specified

I am attempting to use the Chocolatey Cookbook to install the Chocolatey agent. However, when the cookbook runs, it is installing from the default location https://chocolatey.org/api/v2/package/chocolatey/ instead of the one specified in my cookbook.

The syntax I am using is as follows:

node.default['chocolatey']['install_vars']['chocolateyDownloadUrl'] = "https://URL/OF/ARTIFACTORY/REPOSITORY"

include_recipe 'chocolatey::default'