summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Ssh.hs
AgeCommit message (Collapse)Author
2014-10-08fix some accidental uses of spaces, rather than tabs, for indentationJoey Hess
2014-09-23use Daemon.restarted consistently, and implement using Service.restartedJoey Hess
2014-08-21propellor spinJoey Hess
2014-07-23propellor spinJoey Hess
2014-07-23propellor spinJoey Hess
2014-07-07propellor spinJoey Hess
2014-07-06propellor spinJoey Hess
2014-07-05propellor spinJoey Hess
2014-07-05propellor spinJoey Hess
2014-06-07combineProperties no longer stops when a property fails; now it continues ↵Joey Hess
trying to satisfy all properties on the list before propigating the failure. Audited all of my calls to combineProperties and they should be fine with this behavior.. which suggests it's the right behavior.
2014-06-07when ssh key data is missing, allow both error messages to be printedJoey Hess
2014-05-21fix dir ownerJoey Hess
2014-05-21propellor spinJoey Hess
2014-05-14moved source code to srcJoey Hess
This is to work around OSX's brain-damange regarding filename case insensitivity. Avoided moving config.hs, because it's a config file. Put in a symlink to make build work.