summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2015-01-04 19:51:42 -0400
committerJoey Hess2015-01-04 19:51:42 -0400
commit66e42a2a5bd7f3d73d9cb032aa5b9583759fe47e (patch)
treef95c79f669ae1a3c27211c4904a9ca33eb296d23 /src/Propellor
parent09e9b793dd1c76264a744ca32fde2b7c21d36748 (diff)
prep
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/Dns.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/Dns.hs b/src/Propellor/Property/Dns.hs
index 1c1f64ba..7b1fbcc5 100644
--- a/src/Propellor/Property/Dns.hs
+++ b/src/Propellor/Property/Dns.hs
@@ -81,7 +81,6 @@ setupPrimary zonefile mknamedconffile hosts domain soa rs =
(addNamedConf conf)
satisfy = do
sshfps <- concat <$> mapM genSSHFP indomain
- liftIO $ print sshfps
let zone = partialzone
{ zHosts = zHosts partialzone ++ rs ++ sshfps }
ifM (liftIO $ needupdate zone)