summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/PrivData.hs
diff options
context:
space:
mode:
authorJoey Hess2015-01-04 13:13:06 -0400
committerJoey Hess2015-01-04 13:13:06 -0400
commitd6c8ddb955707cd73f66fcb662ea4616c5715d39 (patch)
treeef298b9111dbdfaf53180530f5ecf18ebb7fdf12 /src/Propellor/Types/PrivData.hs
parent01d8ab0cfd5e65395afc242f8307a67c48ec8544 (diff)
resign zone if keys change
Diffstat (limited to 'src/Propellor/Types/PrivData.hs')
-rw-r--r--src/Propellor/Types/PrivData.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types/PrivData.hs b/src/Propellor/Types/PrivData.hs
index 636c9658..d6941a77 100644
--- a/src/Propellor/Types/PrivData.hs
+++ b/src/Propellor/Types/PrivData.hs
@@ -104,4 +104,4 @@ data DnsSecKey
| PrivZSK -- ^ DNSSEC Zone Signing Key (private)
| PubKSK -- ^ DNSSEC Key Signing Key (public)
| PrivKSK -- ^ DNSSEC Key Signing Key (private)
- deriving (Read, Show, Ord, Eq)
+ deriving (Read, Show, Ord, Eq, Bounded, Enum)