diff options
Diffstat (limited to 'src/Propellor')
| -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) |
