Skip to content

Instantly share code, notes, and snippets.

@olly
Created February 10, 2013 19:29
Show Gist options
  • Save olly/4750725 to your computer and use it in GitHub Desktop.
Save olly/4750725 to your computer and use it in GitHub Desktop.
[2013-02-10T19:28:38+00:00] INFO: Processing apt_repository[brightbox-ruby-ng] action add (application::rails line 67)
================================================================================
Error executing action `add` on resource 'apt_repository[brightbox-ruby-ng]'
================================================================================
RuntimeError
------------
The repository file to create is nil, cannot continue.
Cookbook Trace:
---------------
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:127:in `class_from_file'
Resource Declaration:
---------------------
# In /tmp/vagrant-chef-1/chef-solo-1/cookbooks/application/recipes/rails.rb
66: # nginx
67: apt_repository "brightbox-ruby-ng" do
68: uri "http://ppa.launchpad.net/brightbox/ruby-ng/ubuntu"
69: distribution node['lsb']['codename']
70: components ["main"]
71: keyserver "keyserver.ubuntu.com"
72: key "C3173AA6"
73: action :add
74: notifies :run, "execute[apt-get update]", :immediately
75: end
76:
Compiled Resource:
------------------
# Declared in /tmp/vagrant-chef-1/chef-solo-1/cookbooks/application/recipes/rails.rb:67:in `from_file'
apt_repository("brightbox-ruby-ng") do
uri "http://ppa.launchpad.net/brightbox/ruby-ng/ubuntu"
keyserver "keyserver.ubuntu.com"
retry_delay 2
components ["main"]
retries 0
recipe_name "rails"
distribution "precise"
action [:add]
cookbook_name :application
key "C3173AA6"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment