diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-04 13:13:06 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-04 13:13:06 -0400 |
| commit | d6c8ddb955707cd73f66fcb662ea4616c5715d39 (patch) | |
| tree | ef298b9111dbdfaf53180530f5ecf18ebb7fdf12 /src/Propellor/Property/Dns.hs | |
| parent | 01d8ab0cfd5e65395afc242f8307a67c48ec8544 (diff) | |
resign zone if keys change
Diffstat (limited to 'src/Propellor/Property/Dns.hs')
| -rw-r--r-- | src/Propellor/Property/Dns.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/Dns.hs b/src/Propellor/Property/Dns.hs index 89180963..38e98eac 100644 --- a/src/Propellor/Property/Dns.hs +++ b/src/Propellor/Property/Dns.hs @@ -136,7 +136,6 @@ signedPrimary recurrance hosts domain soa rs = RevertableProperty setup cleanup -- TODO put signed zone file in named.conf. -- TODO enable dnssec options. -- dnssec-enable yes; dnssec-validation yes; dnssec-lookaside auto; - -- TODO if keys change, resign zone file. -- TODO write to entirely different files than does primary, -- so that primary can be reverted and signedPrimary enabled, -- or vice-versa, without conflicts. |
