| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-27 | propellor spin | Joey Hess | |
| 2015-02-27 | propellor spin | Joey Hess | |
| 2015-02-27 | propellor spin | Joey Hess | |
| 2015-02-27 | propellor spin | Joey Hess | |
| 2015-02-25 | Add shebang to cron.daily etc files. | Joey Hess | |
| 2015-02-19 | endpoint | Joey Hess | |
| 2015-02-13 | propellor spin | Joey Hess | |
| 2015-02-12 | ssh user perm fixes | Joey Hess | |
| * Ssh.authorizedKey: Make the authorized_keys file and .ssh directory be owned by the user, not root. * Ssh.knownHost: Make the .ssh directory be owned by the user, not root. | |||
| 2015-02-10 | propellor spin | Joey Hess | |
| 2015-02-10 | propellor spin | Joey Hess | |
| 2015-02-10 | propellor spin | Joey Hess | |
| 2015-02-10 | propellor spin | Joey Hess | |
| 2015-02-10 | propellor spin | Joey Hess | |
| 2015-02-10 | propellor spin | Joey Hess | |
| 2015-02-10 | Fix Git.daemonRunning to restart inetd after enabling the git server. | Joey Hess | |
| 2015-02-10 | propellor spin | Joey Hess | |
| 2015-02-10 | propellor spin | Joey Hess | |
| 2015-02-10 | propellor spin | Joey Hess | |
| 2015-02-10 | propellor spin | Joey Hess | |
| 2015-02-10 | propellor spin | Joey Hess | |
| 2015-02-10 | propellor spin | Joey Hess | |
| 2015-02-10 | propellor spin | Joey Hess | |
| 2015-02-09 | propellor spin | Joey Hess | |
| 2015-02-01 | propellor spin | Joey Hess | |
| 2015-02-01 | propellor spin | Joey Hess | |
| 2015-02-01 | propellor spin | Joey Hess | |
| 2015-02-01 | propellor spin | Joey Hess | |
| 2015-02-01 | propellor spin | Joey Hess | |
| 2015-02-01 | propellor spin | Joey Hess | |
| 2015-02-01 | propellor spin | Joey Hess | |
| 2015-02-01 | propellor spin | Joey Hess | |
| 2015-02-01 | propellor spin | Joey Hess | |
| 2015-02-01 | propellor spin | Joey Hess | |
| 2015-02-01 | propellor spin | Joey Hess | |
| 2015-02-01 | propellor spin | Joey Hess | |
| 2015-01-29 | propellor spin | Joey Hess | |
| 2015-01-29 | propellor spin | Joey Hess | |
| 2015-01-25 | remove toSimpleProp | Joey Hess | |
| It didn't do what I thought it did with a RevertableProperty; it always returned Nothing because even if the input properties to <!> are NoInfo, it casts them to HasInfo. Even if it had worked, it lost type safety. Better to export the Property NoInfo that is used in a RevertableProperty, so it can be used directly. | |||
| 2015-01-24 | GADT properties seem to work (untested) | Joey Hess | |
| * Property has been converted to a GADT, and will be Property NoInfo or Property HasInfo. This was done to make sure that ensureProperty is only used on properties that do not have Info. Transition guide: - Change all "Property" to "Property NoInfo" or "Property WithInfo" (The compiler can tell you if you got it wrong!) - To construct a RevertableProperty, it is useful to use the new (<!>) operator - Constructing a list of properties can be problimatic, since Property NoInto and Property WithInfo are different types and cannot appear in the same list. To deal with this, "props" has been added, and can built up a list of properties of different types, using the same (&) and (!) operators that are used to build up a host's properties. | |||
| 2015-01-24 | added GADT to determine between a property with info and without | Joey Hess | |
| Not yet used | |||
| 2015-01-23 | OS.preserveNetwork finally written | Joey Hess | |
| 2015-01-23 | Added more network interface configuration properties. | Joey Hess | |
| 2015-01-22 | propellor spin | Joey Hess | |
| 2015-01-21 | reorg | Joey Hess | |
| 2015-01-21 | propellor spin | Joey Hess | |
| 2015-01-21 | Added journald configuration properties. | Joey Hess | |
| 2015-01-21 | Added systemd configuration properties. | Joey Hess | |
| 2015-01-19 | export | Joey Hess | |
| 2015-01-19 | split out types to improve haddock for Propellor.Types | Joey Hess | |
| 2015-01-19 | avoid haddock warnings | Joey Hess | |
