sous-chefs / apt

Development repository for the apt cookbook
https://supermarket.chef.io/cookbooks/apt
Apache License 2.0
202 stars 266 forks source link

Truncating URI #202

Closed barracksbuilder closed 8 years ago

barracksbuilder commented 8 years ago

I have a simple recipe: apt_repository "node.js" do uri "https://deb.nodesource.com/node_4.x" components ['main'] distribution 'trusty' action :add end

However, when it writes out my node.js.list file it is truncating the address.

This is pointing to the wrong version of node because of this. I need the 4.x version not the 0.x version that it keeps correcting me to.

barracksbuilder commented 8 years ago

Open mouth insert foot. It appears the nodejs cookbook is overwriting my apt settings.