summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-08Added a comment: second run with content modifiedpicca
2014-12-08Added a comment: first runpicca
2014-12-08formatingpicca
2014-12-08(no commit message)picca
2014-12-08propellor spinJoey Hess
2014-12-07updateJoey Hess
2014-12-07updateJoey Hess
2014-12-07Merge branch 'joeyconfig'Joey Hess
2014-12-07expandJoey Hess
2014-12-07Display a warning when ensureProperty is used on a property which has Info ↵Joey Hess
and is so prevented from propigating it. Would much rather a type-based fixed, but this is all I have for now.
2014-12-07docuemnt info propigtion problemJoey Hess
2014-12-07Merge branch 'joeyconfig'Joey Hess
2014-12-07fix cron exampleJoey Hess
2014-12-07old newsJoey Hess
2014-12-07add news item for propellor 1.1.0Joey Hess
2014-12-07Merge branch 'joeyconfig'Joey Hess
2014-12-07prep releaseJoey Hess
2014-12-07more uses for hostContextJoey Hess
2014-12-07improveJoey Hess
2014-12-07cautionJoey Hess
2014-12-07fix display 2Joey Hess
2014-12-07fix comment displayJoey Hess
2014-12-07updateJoey Hess
2014-12-07Merge branch 'joeyconfig'Joey Hess
2014-12-07Fixed privdata introspection for User.hasPassword and User.hasSomePasswordJoey Hess
This is not a complete fix for the problem that Info doen't propigate from the called property when code does something like: do hostname <- asks hostName ensureProperty $ foo hostname Instead, I just eliminated the need to implement hasPassword that way, by making the PrivData Info use a HostContext which automatically gets the right hostname passed to it. All other uses of withPrivData don't have the problem. It's still possible for the user to run into the problem if they write something like the above, where foo is a property that uses privdata. However, all properties that take a Context now also accept a HostContext, so it's at least less likely the user needs to write that.
2014-12-07simplify using makeChangeJoey Hess
2014-12-07typoJoey Hess
2014-12-07Merge branch 'joeyconfig'Joey Hess
Conflicts: privdata.joey/privdata.gpg
2014-12-07commentJoey Hess
2014-12-07(no commit message)https://www.google.com/accounts/o8/id?id=AItOawluNCXp4EAAeZyhZLCOS48gn3p-qAPyhJ4
2014-12-06updateJoey Hess
2014-12-06add root pwJoey Hess
2014-12-06enable shadow passwordsJoey Hess
I have seen weird almost boot failures when they're disabled, including a segfault.
2014-12-06updateJoey Hess
2014-12-06keep and use Reboot.nowJoey Hess
2014-12-06remove done partJoey Hess
2014-12-06Reboot.atEndJoey Hess
2014-12-06propellor spinJames Valleroy
2014-12-06reboot at end of propellor run when clean os has been installedJoey Hess
2014-12-06endAction can be used to register an action to run once propellor has ↵Joey Hess
successfully run on a host.
2014-12-05spelling typoJoey Hess
2014-12-05Merge branch 'joeyconfig'Joey Hess
2014-12-05forgot to add new Mount libJoey Hess
2014-12-05Merge branch 'joeyconfig'Joey Hess
2014-12-05some commentsJoey Hess
2014-12-05propellor spinJoey Hess
2014-12-05fix install of debootstrap from sourceJoey Hess
2014-12-05propellor spinJoey Hess
2014-12-05hasSomePassword and hasPassword now check to make sure shadow passwords are ↵Joey Hess
enabled.
2014-12-05Merge branch 'joeyconfig'Joey Hess