summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/Dns.hs
diff options
context:
space:
mode:
authorJoey Hess2015-01-04 14:20:22 -0400
committerJoey Hess2015-01-04 14:22:44 -0400
commitbb7b8e789104a77b12030df5fe508afbe0eac2a5 (patch)
treee0fa55fe5ebed586b9397b7635d1875534fc28a4 /src/Propellor/Types/Dns.hs
parent43e15c8addef95d300fbf1a84b06def9fd099c4d (diff)
add $INCLUDE of pubkeys before zone file is written, to avoid pogoing
Diffstat (limited to 'src/Propellor/Types/Dns.hs')
-rw-r--r--src/Propellor/Types/Dns.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Types/Dns.hs b/src/Propellor/Types/Dns.hs
index 5e9666d8..2fbf51e5 100644
--- a/src/Propellor/Types/Dns.hs
+++ b/src/Propellor/Types/Dns.hs
@@ -62,6 +62,7 @@ data Record
| NS BindDomain
| TXT String
| SRV Word16 Word16 Word16 BindDomain
+ | INCLUDE FilePath
deriving (Read, Show, Eq, Ord)
getIPAddr :: Record -> Maybe IPAddr