From 1b9cc2bb70dda4b72ca751eb857112831d4a14e9 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 4 Mar 2011 11:02:28 +0100 Subject: [PATCH] finish cdist-quickstart Signed-off-by: Nico Schottelius --- bin/cdist-quickstart | 15 +++++++++++++++ doc/dev/todo/niconext | 4 +--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/bin/cdist-quickstart b/bin/cdist-quickstart index e853e5ee..781c1b45 100755 --- a/bin/cdist-quickstart +++ b/bin/cdist-quickstart @@ -248,3 +248,18 @@ __prompt "Press enter to run \"$cmd\"" # No quotes, we need field splitting $cmd + +################################################################################ +# End +# + +cat << eof + +That's it, this is the end of the cdist-introduction. + +I hope you've got some impression on how cdist works, here are again some +pointers on where to continue to read: + +cdist(7), cdist-deploy-to(1), cdist-type(7), cdist-stages(7) + +eof diff --git a/doc/dev/todo/niconext b/doc/dev/todo/niconext index 5fec3d29..ce5c9c60 100644 --- a/doc/dev/todo/niconext +++ b/doc/dev/todo/niconext @@ -1,5 +1,3 @@ Prepare documentation for 1.0.0. - Check all references in manpages - - cdist.text, cdist-quickstart - - write cdist-quickstart - - fix cdist-config / version on remote! + - cdist.text