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:
Alexander Trost
2015-10-23 23:45:12 +02:00
parent 64a5cde994
commit 5d9c2acfb0
6 changed files with 87 additions and 15 deletions

View File

@@ -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",