Skip to content

Commit

Permalink
Remove php5-cgi package
Browse files Browse the repository at this point in the history
  • Loading branch information
yevgenko committed Dec 13, 2012
1 parent 738ca26 commit 80e48e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@
"default" => %w{ php53u-fpm and php53u-pecl-apc }
},
%w{ debian ubuntu } => {
"default" => %w{ php5-cgi php5-fpm }
"default" => %w{ php5-fpm }
},
%w{ amazon } => {
"default" => %w{ php-fpm }
},
"default" => %w{ php5-cgi php5-fpm }
"default" => %w{ php5-fpm }
)

pkgs.each do |pkg|
Expand Down

0 comments on commit 80e48e1

Please sign in to comment.