From 2f9c0bf950e9e879ca374ab8fc523c5486f156bd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 20 Oct 2015 21:42:52 -0400 Subject: reword --- src/Propellor/Property/ControlHeir.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Propellor/Property/ControlHeir.hs b/src/Propellor/Property/ControlHeir.hs index 531f884a..c51c9b52 100644 --- a/src/Propellor/Property/ControlHeir.hs +++ b/src/Propellor/Property/ControlHeir.hs @@ -193,7 +193,7 @@ controlledBy h = User "root" `Ssh.authorizedKeysFrom` (User "root", h) cdesc :: String -> Desc cdesc n = "controller for " ++ n --- | Each Host's info contains a list of the names of hosts it's controlling. +-- | A Host's Info contains a list of the names of hosts it's controlling. newtype ControllerOf = ControllerOf [HostName] deriving (Typeable, Monoid, Show) -- cgit v1.2.3