mirror of https://github.com/zulip/zulip.git
puppet: Add python postgres module (python-psycopg2) to humbug_app_frontend packages
(imported from commit 3f41629d6f1e2c26458e223bc2135a53ac3bdd14)
This commit is contained in:
parent
dc6d48611d
commit
cd73e13601
|
@ -202,7 +202,7 @@ class humbug_apache_base {
|
||||||
|
|
||||||
class humbug_app_frontend {
|
class humbug_app_frontend {
|
||||||
$web_packages = [ "nginx", "memcached", "python-pylibmc", "python-tornado", "python-django",
|
$web_packages = [ "nginx", "memcached", "python-pylibmc", "python-tornado", "python-django",
|
||||||
"python-pygments", "python-flup", "ipython", ]
|
"python-pygments", "python-flup", "ipython", "python-psycopg2", ]
|
||||||
package { $web_packages: ensure => "installed" }
|
package { $web_packages: ensure => "installed" }
|
||||||
file { "/etc/nginx/nginx.conf":
|
file { "/etc/nginx/nginx.conf":
|
||||||
require => Package[nginx],
|
require => Package[nginx],
|
||||||
|
|
Loading…
Reference in New Issue