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
/
Info.hs
Age
Commit message (
Expand
)
Author
2017-10-25
fix build warnings
Joey Hess
2017-10-04
avoid propagating non-alias DNS info from container to host
Joey Hess
2017-06-17
use stretch in debian stable examples
Joey Hess
2017-02-03
add types for Arch Linux
Zihao Wang
2016-11-11
turn off redundant constraints warnings in cabal file
Joey Hess
2016-11-11
Clean up build warnings about redundant constraints when built with ghc 8.0.
Joey Hess
2016-06-13
improve haddock
Joey Hess
2016-06-13
add DebianKernel datatype
Félix Sipma
2016-06-13
convert Architecture to a sumtype
Félix Sipma
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
remove `os` property
Joey Hess
2016-03-24
refactor
Joey Hess
2016-03-24
converted Propellor.Info
Joey Hess
2016-01-03
Fix typo: indidate -> indicate.
Jelmer Vernooij
2015-12-19
Clean build with ghc 7.10.
Joey Hess
2015-10-16
Added Propellor.Property.Spin, which can be used to make a host be a controll...
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-09-02
docs
Joey Hess
2015-01-24
GADT properties seem to work (untested)
Joey Hess
2015-01-24
moving to using the GADT
Joey Hess
2015-01-24
added GADT to determine between a property with info and without
Joey Hess
2015-01-19
split out types to improve haddock for Propellor.Types
Joey Hess
2015-01-18
Property tree
Joey Hess
2015-01-04
DNS records for hosts with known ssh public keys now automatically include SS...
Joey Hess
2015-01-04
sshPubKey is renamed to Ssh.pubKey
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
DNS WIP
Joey Hess
2015-01-01
update docs
Joey Hess
2014-11-20
fix docker container provisioning
Joey Hess
2014-10-23
Fix loop when a docker host that does not exist was docked.
Joey Hess
2014-07-23
propellor spin
Joey Hess
2014-07-23
propellor spin
Joey Hess
2014-06-09
Attr is renamed to Info.
Joey Hess