From 8af035cff986f0e5cc9893ab0594c33c0a0859a4 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 13 Jan 2012 14:42:44 +0100 Subject: [PATCH] bootstrap, break best practise Signed-off-by: Nico Schottelius --- doc/man/man7/cdist-best-practice.text | 5 +++++ doc/man/man7/cdist-tutorial.text | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/man/man7/cdist-best-practice.text b/doc/man/man7/cdist-best-practice.text index dfc06167..79bad2f9 100644 --- a/doc/man/man7/cdist-best-practice.text +++ b/doc/man/man7/cdist-best-practice.text @@ -139,9 +139,14 @@ Have a look at git-remote(1) to adjust the remote configuration, which allows you to push certain branches to certain remotes. +MULTI DEVELOPERS/DIFFERENT TRUST RELATIONSHIP/CENTRAL SERVER APPROACH +--------------------------------------------------------------------- +FIXME before 2.0.5 + SEE ALSO -------- - cdist(1) +- cdist-tutorial(7) COPYING diff --git a/doc/man/man7/cdist-tutorial.text b/doc/man/man7/cdist-tutorial.text index 5ef19c14..efdd1e58 100644 --- a/doc/man/man7/cdist-tutorial.text +++ b/doc/man/man7/cdist-tutorial.text @@ -19,16 +19,14 @@ after the description. cdist-quickstart:: New to cdist? Want to get your hands dirty? Read this. [beginner] -cdist-installation:: +cdist-bootstrap:: The comprehensive guide to your first cdist installation [beginner] - - MANAGING YOUR OWN CONFIGURATION -own branch => very early [before first change?] - => no, first quick intro, then do it right - cdist-initial-manifest:: Learn how to define which hosts get which configurations [beginner] + MANAGING YOUR OWN CONFIGURATION + cdist-type:: Understand how types are working and created [intermediate]