diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-16 15:41:10 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-16 15:41:10 -0400 |
| commit | 2d58a7e8ca2699442d8452c5d3bca8ce43d9e87a (patch) | |
| tree | 2f9198068e04007c7e12d0e3c7029609d73446a7 | |
| parent | 8576f357c85973b501c95e24187c40827189d5c4 (diff) | |
reword
| -rw-r--r-- | src/Propellor/Property/Spin.hs | 8 |
1 files changed, 4 insertions, 4 deletions
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. |
