puppet: Install memcached on app servers

We use the default Debian configuration, which listens on localhost only.

(imported from commit efa8333c7fa423e71a99ec06b2b420cae36fddfb)
This commit is contained in:
Keegan McAllister 2012-11-24 19:20:37 -05:00
parent da2c079503
commit b609840e82
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ class humbug_apache_base {
}
class humbug_app_frontend {
$web_packages = [ "nginx", ]
$web_packages = [ "nginx", "memcached", "python-pylibmc", ]
package { $web_packages: ensure => "installed" }
file { "/etc/nginx/sites-available/humbug":
require => Package[nginx],