Skip to content

Instantly share code, notes, and snippets.

View evan4498's full-sized avatar

Evan Ochs evan4498

View GitHub Profile
@evan4498
evan4498 / gist:2917908
Created June 12, 2012 14:35 — forked from eherot/gist:2917872
failure
case node[:platform]
when "ubuntu","debian"
package( "libxslt-dev" ).run_action( :install )
package( "libxml2-dev" ).run_action( :install )
when "redhat","centos","fedora","scientific"
package( "libxslt-devel" ).run_action( :install )
package( "libxml2-devel" ).run_action( :install )
end
r = gem_package "rackspace-monitoring" do