summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-21fix linkJoey Hess
2015-10-21layoutJoey Hess
2015-10-21formatJoey Hess
2015-10-21update docs for conductorsJoey Hess
2015-10-21Merge branch 'joeyconfig'Joey Hess
2015-10-21prep releaseJoey Hess
2015-10-21Merge branch 'joeyconfig'Joey Hess
2015-10-21fix build warningsJoey Hess
2015-10-21Added Ssh properties to remove authorized_keys and known_hosts lines.Joey Hess
And use when reverting conductor property. Note that I didn't convert existing ssh properties to RevertablePropery because the API change was too annoying to work through.
2015-10-21commentJoey Hess
2015-10-21thoughtsJoey Hess
2015-10-21thoughtsJoey Hess
2015-10-21Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2015-10-21todoJoey Hess
2015-10-21Rewrote Propellor.Property.ControlHeir one more time, renaming it to ↵Joey Hess
Propellor.Property.Conductor. Wow, really.. So, this gets back to having properties that are added to hosts to say what they conduct. I think that conducts webservers `before` conducts dnsserver is an important thing to be able to express. Untested except for eyeballing the resulting Host data.
2015-10-21Added a commenthttps://mathstuf.id.fedoraproject.org/
2015-10-20refactorJoey Hess
2015-10-20simplify privdata propigation to spin from controllerJoey Hess
2015-10-20rewordJoey Hess
2015-10-20add news item for propellor 2.10.0Joey Hess
2015-10-20Merge branch 'joeyconfig'Joey Hess
2015-10-20build warningsJoey Hess
2015-10-20Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2015-10-20Merge branch 'joeyconfig'Joey Hess
2015-10-20prep releaseJoey Hess
2015-10-20The Propellor.Property.Spin added in the last release is replaced with a ↵Joey Hess
very different Propellor.Property.ControlHeir. Rethought it because it turned out that propigating the PrivData rendered the loop detection pointless, because when there was a loop, each host included the other's PrivData, which in turn lead to a loop. And, it was not possible to break that loop. So, changed from adding properties to hosts to a top-down hierarchy that makes changes as needed when applied to the hosts. Which makes it easy to detect and break loops. Aka: The Ur Quan know what they're up to.
2015-10-20Added a comment: Dry run modehttp://www.joachim-breitner.de/
2015-10-20add news item for propellor 2.9.0Joey Hess
2015-10-20Merge branch 'joeyconfig'Joey Hess
2015-10-20prep releaseJoey Hess
2015-10-20propellor spinJoey Hess
2015-10-20I think that the spin.controller stuff works nowJoey Hess
2015-10-20propellor spinJoey Hess
2015-10-20unused importJoey Hess
2015-10-20propellor spinJoey Hess
2015-10-20privdata propigation for Spin.controllerJoey Hess
Controlling host inherits the privdata for the host it spins, and sends it along to that host.
2015-10-20tofoJoey Hess
2015-10-20fix closeJoey Hess
2015-10-20updateJoey Hess
2015-10-20mvJoey Hess
2015-10-20tagJoey Hess
2015-10-20use a template for the todo list to show tagsJoey Hess
2015-10-20commentJoey Hess
2015-10-20doneJoey Hess
2015-10-20on seconds though not close, just I'm done with my partJoey Hess
2015-10-20Merge branch 'joeyconfig'Joey Hess
2015-10-20haddocksJoey Hess
2015-10-20closeJoey Hess
2015-10-20Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2015-10-20Merge branch 'joeyconfig'Joey Hess