summaryrefslogtreecommitdiff
path: root/src/Propellor/PrivData.hs
AgeCommit message (Expand)Author
2016-04-28Fix build with directory-1.2.6.2.Joey Hess
2016-03-27improve haddocks and move code around to make them more clearJoey Hess
2016-03-26ported propagateContainerJoey Hess
2016-03-26got rid of the undefined in privdataJoey Hess
2016-03-25ported Property.ListJoey Hess
2016-03-25fix warningsJoey Hess
2016-03-24converted PrivDataJoey Hess
2016-03-07privdata/relocateJoey Hess
2016-03-06Force ssh, scp, and git commands to be run in the foreground.Joey Hess
2015-12-19Clean build with ghc 7.10.Joey Hess
2015-11-01merge from concurrent-outputJoey Hess
2015-11-01run editor processes in foregroundJoey Hess
2015-10-27make Propellor.Message use lock to handle concurrent threads outputting messagesJoey Hess
2015-10-20refactorJoey Hess
2015-10-20privdata propigation for Spin.controllerJoey Hess
2015-10-18fix typo: propigate → propagateFelix Gruber
2015-10-16Added --unset-unusedJoey Hess
2015-09-30change HostContext for containersJoey Hess
2015-09-20fix example after recent changesJoey Hess
2015-09-14Allow storing arbitrary ByteStrings in PrivData, extracted using privDataByte...Joey Hess
2015-09-14clean up privdata excess/lacking newline issueJoey Hess
2015-09-13Follow some hlint suggestions.Mario Lang
2015-09-06Added Propellor.Property.Rsync. WIP; untestedJoey Hess
2015-06-29Added --unset to delete a privdata field.Joey Hess
2015-01-24GADT properties seem to work (untested)Joey Hess
2015-01-24added GADT to determine between a property with info and withoutJoey Hess
2015-01-19clean up exportsJoey Hess
2015-01-15Add descriptions of how to set missing fields to --list-fields output. (Minor...Joey Hess
2015-01-08make both lines pastable togetherJoey Hess
2015-01-04sshPubKey is renamed to Ssh.pubKey, and has an added SshKeyType parameter.Joey Hess
2014-12-14broke up big function to describe PrivDataFieldJoey Hess
2014-12-14support for crypted passwords in privdataJoey Hess
2014-12-07Fixed privdata introspection for User.hasPassword and User.hasSomePasswordJoey Hess
2014-11-20fix docker container provisioningJoey Hess
2014-11-11propellor spinJoey Hess
2014-10-08fix some accidental uses of spaces, rather than tabs, for indentationJoey Hess
2014-07-07propellor spinJoey Hess
2014-07-06reorgJoey Hess
2014-07-06propigate required privdata fields out from docker containers to the hosts th...Joey Hess
2014-07-06propellor spinJoey Hess
2014-07-06move privdata Property to toplevel so its Info propigatesJoey Hess
2014-07-06beautiful table for --list-fields, with the hostnamesJoey Hess
2014-07-06propellor spinJoey Hess
2014-07-06better output, after gpg messagesJoey Hess
2014-07-06propellor spinJoey Hess
2014-06-19Add --list-fields to list a host's currently set privdata fields.Joey Hess
2014-06-19Add --edit to edit a privdata value in $EDITORJoey Hess
2014-06-01Added --dump to dump out a field of a host's privdata. Useful for editing it.Joey Hess
2014-05-31simplified record accessorsJoey Hess
2014-05-14moved source code to srcJoey Hess