summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/Dns.hs
diff options
context:
space:
mode:
authorJoey Hess2015-01-04 19:24:18 -0400
committerJoey Hess2015-01-04 19:24:18 -0400
commit8e442f0656365e48565547b5d6b45f0c42ae320f (patch)
treebdd7252833db4e8443c4ed1de54df64691fa2d7d /src/Propellor/Types/Dns.hs
parent302fb3183fc60cbd3fd6dcca21257df11e3bae59 (diff)
DNS records for hosts with known ssh public keys now automatically include SSHFP records.
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 2fbf51e5..50297f57 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
+ | SSHFP Int Int String
| INCLUDE FilePath
deriving (Read, Show, Eq, Ord)