From: Guillaume Thouvenin Date: Fri, 21 Oct 2016 10:23:23 +0000 (+0200) Subject: Fix wrong indentation in the Readme file X-Git-Tag: 2016.12~2^2 X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Finfluxdb.git;a=commitdiff_plain;h=fa42e9861abb9b1305a1d69fc58a6f6e05743a54 Fix wrong indentation in the Readme file --- diff --git a/README.rst b/README.rst index 0105444..c43b53c 100644 --- a/README.rst +++ b/README.rst @@ -94,11 +94,11 @@ Deploy influxdb apt repository (using linux formula): system: os: ubuntu dist: xenial - repo: - influxdb: - enabled: true - source: 'deb https://repos.influxdata.com/${linux:system:os} ${linux:system:dist} stable' - key_url: 'https://repos.influxdata.com/influxdb.key' + repo: + influxdb: + enabled: true + source: 'deb https://repos.influxdata.com/${linux:system:os} ${linux:system:dist} stable' + key_url: 'https://repos.influxdata.com/influxdb.key' Read more =========