From: Richard W.M. Jones Date: Mon, 12 May 2014 21:13:39 +0000 (+0100) Subject: Fix typo in README. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=dc98d35695867b685126812cd280d95238284378;hp=08e0b2f9f1ceda9b658c40f0bd18de34e8844a32;p=mclu.git Fix typo in README. --- diff --git a/README b/README index affc5fe..8e958f4 100644 --- a/README +++ b/README @@ -32,7 +32,7 @@ Example commands Since the mclu cluster is based on an ansible "hosts group", you can also issue ansible commands, eg: - ansible cluster -u root -a "yum -y update" Upgrade all nodes in the cluster + ansible cluster -u root -a "yum -y update" Update all nodes in the cluster ansible cluster -m ping Ping all nodes Configuration notes