Guest User

Untitled

a guest
Apr 22nd, 2018
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. ./bin/shef
  2. Loading Node Data
  3. Ohai2u danielsdeleo@eigenstate.local!
  4. chef > tracing :on
  5. This is going to be verbose...
  6. /Users/danielsdeleo/.rvm/ree-1.8.7-2009.10/lib/ruby/1.8/tracer.rb:150: warning: tried to create Proc object without a block
  7. /Users/danielsdeleo/.rvm/ree-1.8.7-2009.10/lib/ruby/1.8/tracer.rb:146: warning: tried to create Proc object without a block
  8. tracing = on
  9. => nil
  10. chef > tracing :off
  11. #0:(irb):2:Object:-: tracing :off
  12. #0:./lib/shef.rb:108:Shef::ChefObject:>: def trace(on_off=nil)
  13. #0:./lib/shef.rb:109:Shef::ChefObject:-: return trace? if on_off.nil?
  14. #0:./lib/shef.rb:109:Kernel:>: return trace? if on_off.nil?
  15. #0:./lib/shef.rb:109:Kernel:<: return trace? if on_off.nil?
  16. #0:./lib/shef.rb:109:Shef::ChefObject:-: return trace? if on_off.nil?
  17. #0:./lib/shef.rb:110:Shef::ChefObject:-: on_off = true if on_off.to_s == "on"
  18. #0:./lib/shef.rb:110:Symbol:>: on_off = true if on_off.to_s == "on"
  19. #0:./lib/shef.rb:110:Symbol:<: on_off = true if on_off.to_s == "on"
  20. #0:./lib/shef.rb:110:String:>: on_off = true if on_off.to_s == "on"
  21. #0:./lib/shef.rb:110:String:<: on_off = true if on_off.to_s == "on"
  22. #0:./lib/shef.rb:110:Shef::ChefObject:-: on_off = true if on_off.to_s == "on"
  23. #0:./lib/shef.rb:111:Shef::ChefObject:-: on_off = false if on_off.to_s == "off"
  24. #0:./lib/shef.rb:111:Symbol:>: on_off = false if on_off.to_s == "off"
  25. #0:./lib/shef.rb:111:Symbol:<: on_off = false if on_off.to_s == "off"
  26. #0:./lib/shef.rb:111:String:>: on_off = false if on_off.to_s == "off"
  27. #0:./lib/shef.rb:111:String:<: on_off = false if on_off.to_s == "off"
  28. #0:./lib/shef.rb:111:Shef::ChefObject:-: on_off = false if on_off.to_s == "off"
  29. #0:./lib/shef.rb:112:Shef::ChefObject:-: puts "This is going to be verbose..." if on_off
  30. #0:./lib/shef.rb:112:Shef::ChefObject:-: puts "This is going to be verbose..." if on_off
  31. #0:./lib/shef.rb:113:Shef::ChefObject:-: conf.use_tracer = on_off
  32. tracing = off
  33. => nil
Add Comment
Please, Sign In to add comment