mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 04:43:58 +00:00
puppet: Add python postgres module (python-psycopg2) to humbug_app_frontend packages
(imported from commit 3f41629d6f1e2c26458e223bc2135a53ac3bdd14)
This commit is contained in:
@@ -202,7 +202,7 @@ class humbug_apache_base {
|
||||
|
||||
class humbug_app_frontend {
|
||||
$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" }
|
||||
file { "/etc/nginx/nginx.conf":
|
||||
require => Package[nginx],
|
||||
|
||||
Reference in New Issue
Block a user