From 83e3b7222064e2e6b18fa5396c49fa8a4394dd1b Mon Sep 17 00:00:00 2001
From: Timo Ribbers <33419512+tiri@users.noreply.github.com>
Date: Wed, 22 Aug 2018 11:03:38 +0200
Subject: [PATCH] Fix node hostname in glusterfs inventory.example

Remove duplicate hostname usage.
---
 contrib/network-storage/glusterfs/inventory.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/network-storage/glusterfs/inventory.example b/contrib/network-storage/glusterfs/inventory.example
index 41e36c8da..15fbad0a8 100644
--- a/contrib/network-storage/glusterfs/inventory.example
+++ b/contrib/network-storage/glusterfs/inventory.example
@@ -12,7 +12,7 @@
 # ## As in the previous case, you can set ip to give direct communication on internal IPs
 # gfs_node1 ansible_ssh_host=95.54.0.18 # disk_volume_device_1=/dev/vdc  ip=10.3.0.7
 # gfs_node2 ansible_ssh_host=95.54.0.19 # disk_volume_device_1=/dev/vdc  ip=10.3.0.8 
-# gfs_node1 ansible_ssh_host=95.54.0.20 # disk_volume_device_1=/dev/vdc  ip=10.3.0.9 
+# gfs_node3 ansible_ssh_host=95.54.0.20 # disk_volume_device_1=/dev/vdc  ip=10.3.0.9 
 
 # [kube-master]
 # node1
-- 
GitLab