Repository: aurora Updated Branches: refs/heads/master 7b1c2b2fc -> 676ee5be7
[docs] Fix jobs list documentation in configuration tutorial. Reviewed at https://reviews.apache.org/r/40881/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/676ee5be Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/676ee5be Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/676ee5be Branch: refs/heads/master Commit: 676ee5be74382417f7fa5bf59e8a17681de07a30 Parents: 7b1c2b2 Author: Paul Cavallaro <[email protected]> Authored: Wed Dec 2 12:32:07 2015 -0800 Committer: Bill Farner <[email protected]> Committed: Wed Dec 2 12:32:07 2015 -0800 ---------------------------------------------------------------------- docs/configuration-tutorial.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/676ee5be/docs/configuration-tutorial.md ---------------------------------------------------------------------- diff --git a/docs/configuration-tutorial.md b/docs/configuration-tutorial.md index 9e5b84c..e665817 100644 --- a/docs/configuration-tutorial.md +++ b/docs/configuration-tutorial.md @@ -460,10 +460,13 @@ attributes. Details can be found in the [Aurora+Thermos Configuration Reference] ## The jobs List At the end of your `.aurora` file, you need to specify a list of the -file's defined Jobs to run in the order listed. For example, the -following runs first `job1`, then `job2`, then `job3`. +file's defined Jobs. For example, the following exports the jobs `job1`, +`job2`, and `job3`. -jobs = [job1, job2, job3] + jobs = [job1, job2, job3] + +This allows the aurora client to invoke commands on those jobs, such as +starting, updating, or killing them. Templating ----------
