Skip to content

Commit

Permalink
try to fix ffmpeg recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
podman committed Aug 9, 2013
1 parent bd97d1c commit 3da6feb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cookbooks/ffmpeg/recipes/default.rb
Expand Up @@ -3,13 +3,9 @@

case node[:instance_role]
when "solo", "app", "app_master", "util"
enable_package "media-video/ffmpeg" do
version "1.2.1"
end

package "media-video/ffmpeg" do
version "1.2.1"
action :upgrade
version "0.10.3"
action :install
end

end
Expand Down

0 comments on commit 3da6feb

Please sign in to comment.