prep
This commit is contained in:
parent
09e9b793dd
commit
66e42a2a5b
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue