Skip to content

Commit

Permalink
imagmagic 6.4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanacostarubio committed Jan 30, 2012
1 parent 61f9f2d commit b6dced8
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions cookbooks/imagemagick/recipes/default.rb
Expand Up @@ -16,10 +16,14 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
#

enable_package "media-gfx/imagemagick" do
version "6.4.9.2"
end


case node[:platform] package "media-gfx/imagemagick" do
when "redhat", "centos", "fedora" version "6.4.9.2"
package "ImageMagick" action :install
when "debian", "ubuntu"
package "imagemagick"
end end

0 comments on commit b6dced8

Please sign in to comment.