Skip to content

Instantly share code, notes, and snippets.

@ivanacostarubio
Created January 30, 2012 18:57
Show Gist options
  • Select an option

  • Save ivanacostarubio/1705975 to your computer and use it in GitHub Desktop.

Select an option

Save ivanacostarubio/1705975 to your computer and use it in GitHub Desktop.
Chef Recipe that installed image magick 6.4.9
enable_package "media-gfx/imagemagick" do
version "6.4.9.2"
end
package "media-gfx/imagemagick" do
version "6.4.9.2"
action :install
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment