Skip to content

Instantly share code, notes, and snippets.

View eherot's full-sized avatar

Eric Herot eherot

View GitHub Profile
@eherot
eherot / gist:2917872
Created June 12, 2012 14:27 — forked from evan4498/gist:2917838
failure
include_recipe "chef_gem"
p = package "libxslt-dev" do
action :nothing
end
p.run_action(:install)
p = package "libxml2-dev" do
action :nothing