diff --git a/debian/changelog b/debian/changelog index d045bb7..224f0fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -propellor (1.3.1) UNRELEASED; urgency=medium +propellor (1.3.1) unstable; urgency=medium * Fix bug that prevented deploying ssh host keys when the file for the key didn't already exist. * DNS records for hosts with known ssh public keys now automatically include SSHFP records. - -- Joey Hess Sun, 04 Jan 2015 18:19:30 -0400 + -- Joey Hess Sun, 04 Jan 2015 19:51:34 -0400 propellor (1.3.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index a239bf4..a4fca7b 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 1.3.0 +Version: 1.3.1 Cabal-Version: >= 1.6 License: BSD3 Maintainer: Joey Hess diff --git a/src/Propellor/Property/Dns.hs b/src/Propellor/Property/Dns.hs index 1c1f64b..7b1fbcc 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)