]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/commitdiff
grafana: Fix typo in smtp configuration 241/head
authorBoris Ranto <branto@redhat.com>
Thu, 11 Jul 2019 12:21:05 +0000 (14:21 +0200)
committerBoris Ranto <branto@redhat.com>
Thu, 11 Jul 2019 12:21:40 +0000 (14:21 +0200)
The typo actually makes the ansible run fail if you don't have
smtp_enabled defined anywhere else.

Signed-off-by: Boris Ranto <branto@redhat.com>
ansible/roles/ceph-grafana/defaults/main.yml

index 6eefc4967a5d68241237653abcb35aa81e243a0f..0222c101c85648fc39799aabebb87e939d3081f1 100644 (file)
@@ -21,7 +21,7 @@ defaults:
     admin_user: admin
     admin_password: admin
     default_theme: light
-    snmp_enabled: false
+    smtp_enabled: false
     auth_anonymous: false
     # You can change this option if you want to keep your custom grafana configuration.
     # The script will still update the grafana config with the other configured options