summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Dns.hs
diff options
context:
space:
mode:
authorJoey Hess2018-07-20 12:04:46 -0400
committerJoey Hess2018-07-20 12:04:46 -0400
commit5745229292d4cb40aeb926f3540ac90777de5b8d (patch)
treef1200d4da5affce797b221e52df7457a4a77e421 /src/Propellor/Property/Dns.hs
parentd738536788c916221e16470d6480db7414b91c13 (diff)
parentcfb8733d881001e2f4af3985f542c41bc98b8e2c (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Dns.hs')
-rw-r--r--src/Propellor/Property/Dns.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Propellor/Property/Dns.hs b/src/Propellor/Property/Dns.hs
index 8e38a75e..18fe1749 100644
--- a/src/Propellor/Property/Dns.hs
+++ b/src/Propellor/Property/Dns.hs
@@ -323,11 +323,6 @@ rValue (SSHFP x y s) = Just $ unwords
]
rValue (INCLUDE f) = Just f
rValue (TXT s) = Just $ zoneFileString s
- where
- op = '('
- cp = ')'
- w = ' '
- q = '"'
rValue (PTR _) = Nothing
-- Bind has a limit on the length of a string in its zone file,