Skip to content

Instantly share code, notes, and snippets.

@ggolin
Created February 24, 2012 19:39
Show Gist options
  • Save ggolin/1903209 to your computer and use it in GitHub Desktop.
Save ggolin/1903209 to your computer and use it in GitHub Desktop.
begin rescue end for chef package resource
begin
package some-package
rescue
Chef::Log "Couldn't fine package some-package."
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment