index
:
propellor
master
gnusosa's centralized propellor repository for hosts spin-up.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Propellor
/
Property
/
Dns.hs
Age
Commit message (
Expand
)
Author
2017-10-04
avoid propagating non-alias DNS info from container to host
Joey Hess
2017-02-26
convert fromIPAddr to val
Joey Hess
2017-02-26
use val instead of show
Joey Hess
2016-03-27
improve haddocks and move code around to make them more clear
Joey Hess
2016-03-26
ported propagateContainer
Joey Hess
2016-03-26
more porting
Joey Hess
2015-10-27
Explicit Info/NoInfo for RevertableProperty (API change)
Joey Hess
2015-10-24
improve RevertableProperty combining
Joey Hess
2015-10-16
improve ssh user key properties
Joey Hess
2015-10-10
propellor spin
Joey Hess
2015-09-15
documentation
Joey Hess
2015-09-15
add PTR record type to Propellor.Types.DNS.Record
Félix Sipma
2015-09-13
Follow some hlint suggestions.
Mario Lang
2015-09-06
Added Propellor.Property.Rsync. WIP; untested
Joey Hess
2015-01-24
GADT properties seem to work (untested)
Joey Hess
2015-01-24
added GADT to determine between a property with info and without
Joey Hess
2015-01-18
Property tree
Joey Hess
2015-01-04
SSHFP records are also generated for CNAMES of hosts.
Joey Hess
2015-01-04
prep
Joey Hess
2015-01-04
propellor spin
Joey Hess
2015-01-04
propellor spin
Joey Hess
2015-01-04
DNS records for hosts with known ssh public keys now automatically include SS...
Joey Hess
2015-01-04
transition docs
Joey Hess
2015-01-04
propellor spin
Joey Hess
2015-01-04
add $INCLUDE of pubkeys before zone file is written, to avoid pogoing
Joey Hess
2015-01-04
propellor spin
Joey Hess
2015-01-04
propellor spin
Joey Hess
2015-01-04
propellor spin
Joey Hess
2015-01-04
use separate directory for dnssec files
Joey Hess
2015-01-04
resign zone if keys change
Joey Hess
2015-01-04
DNS WIP
Joey Hess
2015-01-03
stub signedPrimary
Joey Hess
2014-11-20
fix docker container provisioning
Joey Hess
2014-10-08
a few other whitespace fixups
Joey Hess
2014-10-08
fix some accidental uses of spaces, rather than tabs, for indentation
Joey Hess
2014-06-09
Attr is renamed to Info.
Joey Hess
2014-06-01
filter out dup CNAMES
Joey Hess
2014-05-31
simplified record accessors
Joey Hess
2014-05-31
got rid of the Attr -> Attr SetAttr hack, and use monoids for Attr
Joey Hess
2014-05-31
remove now redundant _hostname field of Attr
Joey Hess
2014-05-14
moved source code to src
Joey Hess