From 2d58a7e8ca2699442d8452c5d3bca8ce43d9e87a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 16 Oct 2015 15:41:10 -0400 Subject: reword --- src/Propellor/Property/Spin.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Propellor/Property/Spin.hs b/src/Propellor/Property/Spin.hs index e893ac98..599fefd1 100644 --- a/src/Propellor/Property/Spin.hs +++ b/src/Propellor/Property/Spin.hs @@ -57,10 +57,10 @@ instance Spinnable [Host] where -- > & Spin.controller dnsservers -- > `requires` Spin.controller webservers -- --- Multiple controllers can control the same hosts. However, if --- propellor is already running on a host, its controller will fail --- to run it a second time. So, if two controllers both try to --- control the same host at the same time, one will fail. +-- Multiple controllers can control the same hosts. However, when +-- propellor is already running on a host, a controller will fail +-- to run it. So, if two controllers both try to control the same +-- host at the same time, one will fail. -- -- Chains of controllers are supported; host A can control host B which -- controls host C. Loops of controllers are automatically prevented. -- cgit v1.2.3