Skip to content

Commit

Permalink
Use php_module cookbook instead of singles
Browse files Browse the repository at this point in the history
  • Loading branch information
David King committed Jan 27, 2012
1 parent 0f01479 commit 31b9e82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
5 changes: 1 addition & 4 deletions metadata.rb
Expand Up @@ -12,7 +12,4 @@
depends "mysql"
depends "pear"
depends "php"
depends "php_curl"
depends "php_gd"
depends "php_mysql"
depends "php_xml"
depends "php_module"
9 changes: 5 additions & 4 deletions recipes/default.rb
Expand Up @@ -20,10 +20,11 @@

include_recipe "php"
include_recipe "pear"
include_recipe "php_curl"
include_recipe "php_gd"
include_recipe "php_mysql"
include_recipe "php_xml"
include_recipe "php_module::curl"
include_recipe "php_module::dom"
include_recipe "php_module::gd"
include_recipe "php_module::mbstring"
include_recipe "php_module::mysql"
include_recipe "imagemagick"
include_recipe "apache2"
include_recipe "apache2::mod_expires"
Expand Down

0 comments on commit 31b9e82

Please sign in to comment.