summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2014-11-13addJoey Hess
2014-11-11should be fixedJoey Hess
2014-11-11avoid configuring git signing key when there's no secret keyJoey Hess
Also, nice display for --add-key steps
2014-11-11added some details to multipe gpg keys issueArnaud Bailly
2014-11-11unundoJoey Hess
2014-11-11changelogJoey Hess