Skip to content

Instantly share code, notes, and snippets.

@richleland
Created April 23, 2013 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richleland/5443866 to your computer and use it in GitHub Desktop.
Save richleland/5443866 to your computer and use it in GitHub Desktop.
librarian-chef install w/sensu 0.5.0
# from community.opscode.com
cookbook "sensu", "0.5.0"
# or from github
cookbook "sensu",
:git => "https://github.com/sensu/sensu-chef.git",
:ref => "0.5.0"
/Users/rleland/.rvm/gems/ruby-1.9.3-p194/gems/librarian-0.0.26/lib/librarian/action/persist_resolution_mixin.rb:11:in `persist_resolution': undefined method `correct?' for nil:NilClass (NoMethodError)
from /Users/rleland/.rvm/gems/ruby-1.9.3-p194/gems/librarian-0.0.26/lib/librarian/action/resolve.rb:27:in `run'
from /Users/rleland/.rvm/gems/ruby-1.9.3-p194/gems/librarian-0.0.26/lib/librarian/cli.rb:168:in `resolve!'
from /Users/rleland/.rvm/gems/ruby-1.9.3-p194/gems/librarian-0.0.26/lib/librarian/chef/cli.rb:41:in `install'
from /Users/rleland/.rvm/gems/ruby-1.9.3-p194/gems/thor-0.17.0/lib/thor/task.rb:27:in `run'
from /Users/rleland/.rvm/gems/ruby-1.9.3-p194/gems/thor-0.17.0/lib/thor/invocation.rb:120:in `invoke_task'
from /Users/rleland/.rvm/gems/ruby-1.9.3-p194/gems/thor-0.17.0/lib/thor.rb:344:in `dispatch'
from /Users/rleland/.rvm/gems/ruby-1.9.3-p194/gems/thor-0.17.0/lib/thor/base.rb:434:in `start'
from /Users/rleland/.rvm/gems/ruby-1.9.3-p194/gems/librarian-0.0.26/lib/librarian/cli.rb:26:in `block (2 levels) in bin!'
from /Users/rleland/.rvm/gems/ruby-1.9.3-p194/gems/librarian-0.0.26/lib/librarian/cli.rb:31:in `returning_status'
from /Users/rleland/.rvm/gems/ruby-1.9.3-p194/gems/librarian-0.0.26/lib/librarian/cli.rb:26:in `block in bin!'
from /Users/rleland/.rvm/gems/ruby-1.9.3-p194/gems/librarian-0.0.26/lib/librarian/cli.rb:47:in `with_environment'
from /Users/rleland/.rvm/gems/ruby-1.9.3-p194/gems/librarian-0.0.26/lib/librarian/cli.rb:26:in `bin!'
from /Users/rleland/.rvm/gems/ruby-1.9.3-p194/gems/librarian-0.0.26/bin/librarian-chef:7:in `<top (required)>'
from /Users/rleland/.rvm/gems/ruby-1.9.3-p194/bin/librarian-chef:19:in `load'
from /Users/rleland/.rvm/gems/ruby-1.9.3-p194/bin/librarian-chef:19:in `<main>'
from /Users/rleland/.rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in `eval'
from /Users/rleland/.rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment