mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-20 14:38:32 +00:00
Removed postgresql-9.3 from the packages to install
Fixes and tweaks for the entrypoint.sh #31 Added currently experimental Log2Zulip env vars and functions Cleand and reformatted some Zulip puppet manifests
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
class zulip::postgres_common {
|
||||
$postgres_packages = [# The database itself
|
||||
"postgresql-9.3",
|
||||
# Python modules used in our monitoring/worker threads
|
||||
$postgres_packages = [# Python modules used in our monitoring/worker threads
|
||||
"python-gevent",
|
||||
"python-tz",
|
||||
"python-dateutil",
|
||||
|
||||
Reference in New Issue
Block a user