summaryrefslogtreecommitdiff
path: root/Propellor/Types/Dns.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Propellor/Types/Dns.hs')
-rw-r--r--Propellor/Types/Dns.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Types/Dns.hs b/Propellor/Types/Dns.hs
index 0474ea96..3bdd6c3a 100644
--- a/Propellor/Types/Dns.hs
+++ b/Propellor/Types/Dns.hs
@@ -42,7 +42,7 @@ data SOA = SOA
, sRefresh :: Integer
, sRetry :: Integer
, sExpire :: Integer
- , sTTL :: Integer
+ , sNegativeCacheTTL :: Integer
, sRecord :: [Record]
-- ^ Records for the root of the domain. Typically NS, A, TXT
}