influxdb: make param database_name uncommon (#34021)

This commit is contained in:
René Moser 2017-12-19 20:51:07 +01:00 committed by GitHub
commit 168fb07cba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View file

@ -23,10 +23,6 @@ options:
description:
- The port on which InfluxDB server is listening
default: 8086
database_name:
description:
- Name of the database.
required: true
validate_certs:
description:
- If set to C(no), the SSL certificates will not be validated.