diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-20 21:42:52 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-20 21:42:52 -0400 |
| commit | 2f9c0bf950e9e879ca374ab8fc523c5486f156bd (patch) | |
| tree | d78471cd08119d1d9fee46b9dea1296aa586b951 | |
| parent | c1e0a968668c6469524337ac73c19ea0f495a62c (diff) | |
reword
| -rw-r--r-- | src/Propellor/Property/ControlHeir.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
