summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-04-19 11:42:31 -0400
committerJoey Hess2014-04-19 11:42:31 -0400
commita2ef91929a19c4b70877691a66074fc42a9488ea (patch)
treec268ad10591cf55d0c6ca9078a869c9e43b8825c
parentd6640c6b857d494f87fbcd15e5dffa46b81a1b60 (diff)
docs
-rw-r--r--Propellor/Property/Dns.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/Propellor/Property/Dns.hs b/Propellor/Property/Dns.hs
index 0cf2e13e..73d427c0 100644
--- a/Propellor/Property/Dns.hs
+++ b/Propellor/Property/Dns.hs
@@ -37,8 +37,9 @@ import Data.List
-- with the configured IP address.
--
-- 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.
+-- that cannot be configured elsewhere. This often includes NS records,
+-- TXT records and perhaps CNAMEs pointing at hosts that propellor does
+-- not control.
primary :: [Host] -> Domain -> SOA -> [(BindDomain, Record)] -> RevertableProperty
primary hosts domain soa rs = RevertableProperty setup cleanup
where