mirror of
https://github.com/zulip/zulip.git
synced 2025-11-19 05:58:25 +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 {
|
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],
|
||||||
|
|||||||
Reference in New Issue
Block a user