summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-16update docs to match current file formatJoey Hess
2015-10-16Merge branch 'joeyconfig'Joey Hess
2015-10-16switch config-simple.hs to use a hosts list and toplevel Host definitionsJoey Hess
This is how I do it in my own config.hs, and it's generally useful to have a hosts list, and toplevel Host definitions to pass to various properties. If you're getting a conflict from this in your own config.hs file, you can just ignore these changes..
2015-10-16commentJoey Hess
2015-10-16Merge branch 'joeyconfig'Joey Hess
2015-10-16Added Propellor.Property.Spin, which can be used to make a host be a ↵Joey Hess
controller of other hosts. The hard part of this is avoiding loops of controllers. To make that work, a ControllerChain is passed to the host that's spun, and is added to the Info of the host being spun, where the controller property can check it to detect an avoid a loop. That needed an expansion of the CmdLine data type. I made the new ControlledRun only be used when there is a ControllerChain provided. This avoids breaking backwards compatability with old propellor deployments, as --spin still uses SimpleRun. Note: Making an old propellor deployment be controlled by a controller won't work until it's been updated to this commit, so it knows about the ControlledRun parameter. (Untested)
2015-10-16Merge branch 'joeyconfig'Joey Hess
2015-10-16commentJoey Hess
2015-10-16(no commit message)mithrandi@311efa1b2b5c4999c2edae7da06fb825899e8a82
2015-10-14propellor spinJoey Hess
2015-10-14recent changes broke the baseurlJoey Hess
2015-10-14fileProperty, and properties derived from it now write the new file content ↵Joey Hess
via origfile.propellor-new~, instead of to a randomly named temp file. This allows them to clean up any temp file that may have been left by an interrupted run of propellor. Also converted the new isSymlinkedTo property to use the same implementation, with some simplifications.
2015-10-14excess newlineJoey Hess
2015-10-14changelogJoey Hess
2015-10-14Add File.isSymlinkedToPer Olofsson
Signed-off-by: Per Olofsson <pelle@dsv.su.se>
2015-10-12Added a comment: Using propellor as a library breaks buildarnaud@30aba4d9f1742050874551d3ddc55ca8694809f8
2015-10-10reorg sectionsJoey Hess
2015-10-10wordingJoey Hess
2015-10-10example for withOSJoey Hess
2015-10-10Merge branch 'joeyconfig'Joey Hess
2015-10-10improve docs in Propellor.PropertyJoey Hess
2015-10-10propellor spinJoey Hess
2015-10-10tighten focus of Propellor module, adding Propellor.Base for all the exportsJoey Hess
2015-10-10propellor spinJoey Hess
2015-10-10wordingJoey Hess
2015-10-10propellor spinJoey Hess
2015-10-10noteJoey Hess
2015-10-10propellor spinJoey Hess
2015-10-10propellor spinJoey Hess
2015-10-10propellor spinJoey Hess
2015-10-10propellor spinJoey Hess
2015-10-10propellor spinJoey Hess
2015-10-10propellor spinJoey Hess
2015-10-10Improved documentation, particularly of the Propellor module.Joey Hess
This involved some code changes, including some renaming of instance methods. (ABI change)
2015-10-09Merge branch 'joeyconfig'Joey Hess
2015-10-09responseJoey Hess
2015-10-09Added a commentpelle
2015-10-09Added a commentpelle
2015-10-09(no commit message)ganesh@676a76269933417203d81bd57a7db3fdfb0772e1
2015-10-09removedganesh@676a76269933417203d81bd57a7db3fdfb0772e1
2015-10-09Added a comment: Dry run modeganesh@676a76269933417203d81bd57a7db3fdfb0772e1
2015-10-08updateJoey Hess
2015-10-08Add Apt.hasForeignArch.Per Olofsson
Signed-off-by: Per Olofsson <pelle@dsv.su.se>
2015-10-08Uwsgi: replace HostName by AppNameFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-10-08add basic Uwsgi moduleFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-10-08fooJoey Hess
2015-10-06commentJoey Hess
2015-10-06commentJoey Hess
2015-10-06updateJoey Hess
2015-10-06(no commit message)pelle