[stable/mongodb-replicaset] Fix linting issues (#2519)

This commit is contained in:
Reinhard Nägele
2017-10-19 17:13:51 +02:00
committed by GitHub
parent 8b63a56da1
commit dbc4899dad
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: mongodb-replicaset
home: https://github.com/mongodb/mongo
version: 2.1.1
version: 2.1.2
description: NoSQL document-oriented database that stores JSON-like documents with
dynamic schemas, simplifying the integration of data in content-driven applications.
icon: https://webassets.mongodb.com/_com_assets/cms/mongodb-logo-rgb-j6w271g1xn.jpg
+9 -9
View File
@@ -61,8 +61,8 @@ tls:
# $ openssl req -x509 -new -nodes -key ca.key -days 10000 -out ca.crt -subj "/CN=mydomain.com"
# After that you can base64 encode it and paste it here:
# $ cat ca.key | base64 -w0
# cacert:
# cakey:
# cacert:
# cakey:
# Entries for the MongoDB config file
configmap:
@@ -71,13 +71,13 @@ configmap:
net:
port: 27017
# Uncomment for TLS support
#ssl:
# mode: requireSSL
# CAFile: /ca/tls.crt
# PEMKeyFile: /work-dir/mongo.pem
# ssl:
# mode: requireSSL
# CAFile: /ca/tls.crt
# PEMKeyFile: /work-dir/mongo.pem
replication:
replSetName: rs0
# Uncomment for TLS support or keyfile access control without TLS
#security:
# authorization: enabled
# keyFile: /keydir/key.txt
# security:
# authorization: enabled
# keyFile: /keydir/key.txt