mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-19 22:19:59 +00:00
Some more clean up
Reformatted the puppet manifests Removed two uneeded cron jobs
This commit is contained in:
@@ -2,11 +2,12 @@ class zulip::postgres_appdb {
|
||||
include zulip::postgres_common
|
||||
include zulip::supervisor
|
||||
|
||||
$appdb_packages = [# Needed to run process_fts_updates
|
||||
"python-psycopg2",
|
||||
# Needed for our full text search system
|
||||
"postgresql-9.3-tsearch-extras",
|
||||
]
|
||||
$appdb_packages = [
|
||||
# Needed to run process_fts_updates
|
||||
"python-psycopg2",
|
||||
# Needed for our full text search system
|
||||
"postgresql-9.3-tsearch-extras",
|
||||
]
|
||||
define safepackage ( $ensure = present ) {
|
||||
if !defined(Package[$title]) {
|
||||
package { $title: ensure => $ensure }
|
||||
|
||||
Reference in New Issue
Block a user