diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-19 03:12:27 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-19 03:12:27 -0400 |
| commit | ddd4f6402d4def82307a27cb34c4b1cfd37a0b5a (patch) | |
| tree | a814b835247e762e247069ee106929e9794ddbda /Propellor | |
| parent | d6bce63fe082ab7518d897fdca29d4acc12d77d1 (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 5779396f..55b63c5f 100644 --- a/Propellor/Property/Dns.hs +++ b/Propellor/Property/Dns.hs @@ -151,7 +151,7 @@ namedConfFile = "/etc/bind/named.conf.local" -- repository to the SerialNumber. -- -- Handy trick: You don't need to list IPAddrs in the [Record], --- just make some Host sets its `alias` to the root of domain. +-- just make some Host set its `alias` to the root of domain. mkSOA :: Domain -> SerialNumber -> [Record] -> SOA mkSOA d sn rs = SOA { sDomain = AbsDomain d |
