diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-19 03:11:34 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-19 03:11:34 -0400 |
| commit | d6bce63fe082ab7518d897fdca29d4acc12d77d1 (patch) | |
| tree | f940b617ae4b6aa677a89754bbf6c2c445865b66 /Propellor | |
| parent | 6aeeaaab9073675e8c043d009c97ff62d809975b (diff) | |
typo
Diffstat (limited to 'Propellor')
| -rw-r--r-- | Propellor/Property/Dns.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Dns.hs b/Propellor/Property/Dns.hs index 0708417d..5779396f 100644 --- a/Propellor/Property/Dns.hs +++ b/Propellor/Property/Dns.hs @@ -36,7 +36,7 @@ import Data.List -- Will cause that hostmame and its alias to appear in the zone file, -- with the configured IP address. -- --- The [(Domain, Record)] list can be used for additional records +-- The [(BindDomain, Record)] list can be used for additional records -- that cannot be configured elsewhere. For example, it might contain -- CNAMEs pointing at hosts that propellor does not control. primary :: [Host] -> Domain -> SOA -> [(BindDomain, Record)] -> Property |
