diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-04 19:51:42 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-04 19:51:42 -0400 |
| commit | 66e42a2a5bd7f3d73d9cb032aa5b9583759fe47e (patch) | |
| tree | f95c79f669ae1a3c27211c4904a9ca33eb296d23 | |
| parent | 09e9b793dd1c76264a744ca32fde2b7c21d36748 (diff) | |
prep
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | propellor.cabal | 2 | ||||
| -rw-r--r-- | src/Propellor/Property/Dns.hs | 1 |
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) |
