Sha256: cda0b261fb6f59a95d8369861102fba677a13855b2f3e584de0804ecd6083155

Contents?: true

Size: 765 Bytes

Versions: 4

Compression:

Stored size: 765 Bytes

Contents

#
# Cookbook Name:: imagemagick
# Recipe:: default
#
# Copyright 2009, Opscode, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

case node[:platform]
when "redhat", "centos", "fedora"
  package "ImageMagick"
when "debian", "ubuntu"
  package "imagemagick"
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
fast_food-0.1.2 chef/cookbooks/imagemagick/recipes/default.rb
fast_food-0.1.1 chef/cookbooks/imagemagick/recipes/default.rb
fast_food-0.1.0 chef/cookbooks/imagemagick/recipes/default.rb
rails-up-0.0.1 templates/chef/cookbooks/imagemagick/recipes/default.rb