Skip to content

Instantly share code, notes, and snippets.

@nicgrayson
Created October 11, 2013 16:02
Show Gist options
  • Save nicgrayson/6937379 to your computer and use it in GitHub Desktop.
Save nicgrayson/6937379 to your computer and use it in GitHub Desktop.
xml = package "libxml2-dev" do
action :nothing
end
xml.run_action( :install )
xslt = package "libxslt1-dev" do
action :nothing
end
xslt.run_action( :install )
fog = chef_gem "fog" do
action :nothing
end
fog.run_action( :install )
require 'rubygems'
Gem.clear_paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment