Skip to content

Instantly share code, notes, and snippets.

@behemphi
Created April 8, 2013 15:47
Show Gist options
  • Save behemphi/5337841 to your computer and use it in GitHub Desktop.
Save behemphi/5337841 to your computer and use it in GitHub Desktop.
chef use of rescue
begin
server_block_data =
data_bag_item('customer_server_blocks', node.feedmagnet.instance_name)
rescue
log "no data bag for customer server blocks found"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment