summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--propellor.cabal2
-rw-r--r--src/Propellor/Property/Dns.hs1
3 files changed, 3 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index d045bb70..224f0fe8 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 <id@joeyh.name> Sun, 04 Jan 2015 18:19:30 -0400
+ -- Joey Hess <id@joeyh.name> Sun, 04 Jan 2015 19:51:34 -0400
propellor (1.3.0) unstable; urgency=medium
diff --git a/propellor.cabal b/propellor.cabal
index a239bf4a..a4fca7b8 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 <id@joeyh.name>
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)