summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/DnsSec.hs
diff options
context:
space:
mode:
authorJoey Hess2015-01-04 13:22:23 -0400
committerJoey Hess2015-01-04 13:22:23 -0400
commite67901a77b0bdde7ea4d37083e770c723018dc32 (patch)
tree3799f3731484f8a8a656a53aac208a7a113bee43 /src/Propellor/Property/DnsSec.hs
parentd6c8ddb955707cd73f66fcb662ea4616c5715d39 (diff)
use separate directory for dnssec files
Diffstat (limited to 'src/Propellor/Property/DnsSec.hs')
-rw-r--r--src/Propellor/Property/DnsSec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/DnsSec.hs b/src/Propellor/Property/DnsSec.hs
index ba9c2a1b..f76a28ff 100644
--- a/src/Propellor/Property/DnsSec.hs
+++ b/src/Propellor/Property/DnsSec.hs
@@ -96,7 +96,7 @@ saltSha1 = readProcess "sh"
-- | The file used for a given key.
keyFn :: Domain -> DnsSecKey -> FilePath
-keyFn domain k = "/etc/bind/propellor" </>
+keyFn domain k = "/etc/bind/propellor/dnssec" </>
"K" ++ domain ++ "." ++ show k ++ keyExt k
-- | These are the extensions that dnssec-keygen looks for.