diaspora/chef/cookbooks/centos/recipes/image_magick.rb

3 lines
76 B
Ruby

execute "install ImageMagick" do
command "yum install -y ImageMagick"
end