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
/
PrivData.hs
Age
Commit message (
Expand
)
Author
2015-12-19
Clean build with ghc 7.10.
Joey Hess
2015-11-01
merge from concurrent-output
Joey Hess
2015-11-01
run editor processes in foreground
Joey Hess
2015-10-27
make Propellor.Message use lock to handle concurrent threads outputting messages
Joey Hess
2015-10-20
refactor
Joey Hess
2015-10-20
privdata propigation for Spin.controller
Joey Hess
2015-10-18
fix typo: propigate → propagate
Felix Gruber
2015-10-16
Added --unset-unused
Joey Hess
2015-09-30
change HostContext for containers
Joey Hess
2015-09-20
fix example after recent changes
Joey Hess
2015-09-14
Allow storing arbitrary ByteStrings in PrivData, extracted using privDataByte...
Joey Hess
2015-09-14
clean up privdata excess/lacking newline issue
Joey Hess
2015-09-13
Follow some hlint suggestions.
Mario Lang
2015-09-06
Added Propellor.Property.Rsync. WIP; untested
Joey Hess
2015-06-29
Added --unset to delete a privdata field.
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-19
clean up exports
Joey Hess
2015-01-15
Add descriptions of how to set missing fields to --list-fields output. (Minor...
Joey Hess
2015-01-08
make both lines pastable together
Joey Hess
2015-01-04
sshPubKey is renamed to Ssh.pubKey, and has an added SshKeyType parameter.
Joey Hess
2014-12-14
broke up big function to describe PrivDataField
Joey Hess
2014-12-14
support for crypted passwords in privdata
Joey Hess
2014-12-07
Fixed privdata introspection for User.hasPassword and User.hasSomePassword
Joey Hess
2014-11-20
fix docker container provisioning
Joey Hess
2014-11-11
propellor spin
Joey Hess
2014-10-08
fix some accidental uses of spaces, rather than tabs, for indentation
Joey Hess
2014-07-07
propellor spin
Joey Hess
2014-07-06
reorg
Joey Hess
2014-07-06
propigate required privdata fields out from docker containers to the hosts th...
Joey Hess
2014-07-06
propellor spin
Joey Hess
2014-07-06
move privdata Property to toplevel so its Info propigates
Joey Hess
2014-07-06
beautiful table for --list-fields, with the hostnames
Joey Hess
2014-07-06
propellor spin
Joey Hess
2014-07-06
better output, after gpg messages
Joey Hess
2014-07-06
propellor spin
Joey Hess
2014-06-19
Add --list-fields to list a host's currently set privdata fields.
Joey Hess
2014-06-19
Add --edit to edit a privdata value in $EDITOR
Joey Hess
2014-06-01
Added --dump to dump out a field of a host's privdata. Useful for editing it.
Joey Hess
2014-05-31
simplified record accessors
Joey Hess
2014-05-14
moved source code to src
Joey Hess