Skip to content

Instantly share code, notes, and snippets.

@ernestas-poskus
Created August 5, 2016 06:50
Show Gist options
  • Save ernestas-poskus/7a6b759a1c95baeccc62814d7d20d5d7 to your computer and use it in GitHub Desktop.
Save ernestas-poskus/7a6b759a1c95baeccc62814d7d20d5d7 to your computer and use it in GitHub Desktop.
Chef Tips

To debug cookbook:

  • require 'pry'; binding.pry
  • kitchen login
  • /opt/chef/embedded/bin/ruby /opt/chef/bin/chef-client --local-mode --config /tmp/kitchen/client.rb --log_level auto --force-formatter --no-color --json-attributes /tmp/kitchen/dna.json --chef-zero-port 8889
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment