From c21a2acb047b68c2a14887f1a8d3e67b45e2ef3c Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 31 Aug 2018 12:27:48 +0200 Subject: [PATCH] Changes on MongoDB-stuff for dev-chat.pixelpark.com --- customer/pixelpark/dev-chat.pixelpark.com.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customer/pixelpark/dev-chat.pixelpark.com.yaml b/customer/pixelpark/dev-chat.pixelpark.com.yaml index 5a3f0f64..802b0cbb 100644 --- a/customer/pixelpark/dev-chat.pixelpark.com.yaml +++ b/customer/pixelpark/dev-chat.pixelpark.com.yaml @@ -56,7 +56,8 @@ nginx::nginx_upstreams: infra::profile::mongodb_server::backup::replicaonslave: 'no' # Wir sind eine Standalone Instance infra::profile::mongodb_server::backup::oplog: 'no' # we don't use an oplog mongodb::server::master: true # Wir sind eine Standalone Instance -mongodb::server::bind_ip: '0.0.0.0' +mongodb::server::bind_ip: + - '0.0.0.0' mongodb::server::ssl: true mongodb::server::ssl_key: '/etc/ssl/wildcard.pixelpark.com-key.pem' mongodb::server::auth: true -- 2.39.5