summaryrefslogtreecommitdiff
path: root/src/Propellor/PrivData.hs
AgeCommit message (Expand)Author
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