From d407e5412bfec21555147bea683779cde0f04bc3 Mon Sep 17 00:00:00 2001 From: ranl Date: Wed, 28 Aug 2013 13:59:00 +0300 Subject: [PATCH] doc fix in host state --- salt/states/host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/states/host.py b/salt/states/host.py index e51768954f..e140b08656 100644 --- a/salt/states/host.py +++ b/salt/states/host.py @@ -22,7 +22,7 @@ Or using the "names:" directive, you can put several names for the same IP. - server1 - florida -NOTE: changing the IP or name(s) in the present() function does not cause an +NOTE: changing the name(s) in the present() function does not cause an update to remove the old entry. '''