summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2015-02-12update for cron changeJoey Hess
2015-01-25updateJoey Hess
2015-01-25remove idea about moving into GADTJoey Hess
2015-01-25propellor spinJoey Hess
2015-01-25propellor spinJoey Hess
2015-01-25remove toSimplePropJoey 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-24GADT 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-04closeJoey Hess
2015-01-01update docsJoey Hess
2015-01-01noticed a minor bugJoey Hess
2014-12-26layoutJoey Hess
2014-12-15commentJoey Hess
2014-12-07fix cron exampleJoey Hess
2014-12-06updateJoey Hess
2014-12-06remove done partJoey Hess
2014-12-03linksJoey Hess
2014-12-03add posts pageJoey Hess
2014-12-03move news to better pageJoey Hess
2014-11-25propellor.debug can be set in the git config to enable more persistent ↵Joey Hess
debugging output.
2014-11-25updateJoey Hess
2014-11-23add --mergeJoey Hess
2014-11-23--spin can be passed multiple hosts, and it will provision each host in turn.Joey Hess
Note that if it fails to spin a host, it will stop. I think this is better than continuing to the next, because there might be a reason to spin hosts in some specific order (ie, update dns first and then use it).
2014-11-22updateJoey Hess
2014-11-22--via implementedJoey Hess
2014-11-22addJoey Hess
2014-11-22mdwn man page and more complete docsJoey Hess
2014-11-21link titleJoey Hess
2014-11-21reorgJoey Hess
2014-11-21reorgJoey Hess
2014-11-20moreJoey Hess
2014-11-20more postsJoey Hess
2014-11-20updateJoey Hess
2014-11-20updateJoey Hess
2014-11-20addJoey Hess
2014-11-20reorgJoey Hess
2014-11-20try3Joey Hess
2014-11-20internalJoey Hess
2014-11-20fix pagespecJoey Hess
2014-11-20fixJoey Hess
2014-11-20titlesJoey Hess
2014-11-20adding blog feedsJoey Hess
2014-11-18wordingJoey Hess
2014-11-18updateJoey Hess
2014-11-18updateJoey Hess
2014-11-18expandJoey Hess
2014-11-18typoJoey Hess
2014-11-18formatJoey Hess
2014-11-18formatJoey Hess
2014-11-18doc updatesJoey Hess
2014-11-18propellor spinJoey Hess