From 2d0993d4c7f326f813e25c9357709d7894a63b35 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 12 Feb 2016 13:24:46 -0500 Subject: [PATCH] better reword the master host variable Signed-off-by: Alfredo Deza --- roles/ceph-agent/defaults/main.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/roles/ceph-agent/defaults/main.yml b/roles/ceph-agent/defaults/main.yml index 8da11d5a4..51acaa1d6 100644 --- a/roles/ceph-agent/defaults/main.yml +++ b/roles/ceph-agent/defaults/main.yml @@ -1,10 +1,10 @@ ---- -# You can override vars by using host or group vars - -########### -# GENERAL # -########### - -# The agent needs a master_host defined so that it can connect -# and push information back to it -master_host: "localhost" +--- +# You can override vars by using host or group vars + +########### +# GENERAL # +########### + +# The agent needs and agent_master_host variable defined so that it can connect +# and push information back to it +agent_master_host: "localhost" -- 2.39.5