Skip to content

Commit

Permalink
enabling php5-memcache
Browse files Browse the repository at this point in the history
  • Loading branch information
mdxp committed Oct 18, 2011
1 parent e9afaf3 commit 06a7bb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drupal/recipes/deps.rb
Expand Up @@ -19,7 +19,7 @@
# #


include_recipe %w{apache2 apache2::mod_php5 apache2::mod_rewrite apache2::mod_expires} include_recipe %w{apache2 apache2::mod_php5 apache2::mod_rewrite apache2::mod_expires}
include_recipe %w{php php::module_mysql php::module_gd} include_recipe %w{php php::module_mysql php::module_gd php::module_memcache}
package "php5-apc" package "php5-apc"
include_recipe "drupal::drush" include_recipe "drupal::drush"
include_recipe "mysql::server" include_recipe "mysql::server"
Expand Down
4 changes: 4 additions & 0 deletions drupal/recipes/php52.rb
Expand Up @@ -32,6 +32,10 @@
Pin: origin packages.dotdeb.org Pin: origin packages.dotdeb.org
Pin-Priority: 800 Pin-Priority: 800
Package: php5-memcache
Pin: origin packages.dotdeb.org
Pin-Priority: 800
Package: php-pear Package: php-pear
Pin: origin packages.dotdeb.org Pin: origin packages.dotdeb.org
Pin-Priority: 800 Pin-Priority: 800
Expand Down

0 comments on commit 06a7bb0

Please sign in to comment.