[chef] apt_repository oddity?


Chronological Thread 
  • From: Mark J Bradakis < >
  • To: " " < >
  • Subject: [chef] apt_repository oddity?
  • Date: Thu, 09 Jan 2014 14:36:33 -0700

The recipe has the code

apt_repository "haproxy" do
  uri "http://ppa.launchpad.net/vbernat/haproxy-1.5/ubuntu";
  distribution node['lsb']['codename']
  components ['main']
  ...



When chef-solo is run with that recipe, I get

Failed to fetch http://ppa.launchpad.net/vbernat/haproxy-1.5/dists/precise/main/...


Where did the 'ubuntu' component of the path go?


mjb.




Archive powered by MHonArc 2.6.16.

§