mirror of https://github.com/zulip/zulip.git
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:
parent
da2c079503
commit
b609840e82
|
@ -201,7 +201,7 @@ class humbug_apache_base {
|
||||||
}
|
}
|
||||||
|
|
||||||
class humbug_app_frontend {
|
class humbug_app_frontend {
|
||||||
$web_packages = [ "nginx", ]
|
$web_packages = [ "nginx", "memcached", "python-pylibmc", ]
|
||||||
package { $web_packages: ensure => "installed" }
|
package { $web_packages: ensure => "installed" }
|
||||||
file { "/etc/nginx/sites-available/humbug":
|
file { "/etc/nginx/sites-available/humbug":
|
||||||
require => Package[nginx],
|
require => Package[nginx],
|
||||||
|
|
Loading…
Reference in New Issue