Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2011-11-02 16:41:56 +01:00
parent e2349426ab
commit 77b1c676ca
2 changed files with 24 additions and 3 deletions

View File

@ -5,9 +5,8 @@ Feel free to pick one!
CORE
----
- probably remove or improve cdist-type-template
- allow cdist to run without $PATH setup: ./bin/cdist-deploy-to
- support non-ssh access?
- Add subcommand to create template of a type with working manpage
(cdist type-template or so)
TESTS
-----

View File

@ -9,6 +9,28 @@ cdist-tutorial - a guided introduction into cdist
PREPARING YOUR MACHINE / SETUP
------------------------------
- ensure sshd is running on the target host:
ssh target_host
- ensure you can login as root
ssh root@target host
- ensure login as root works without keys
(see ssh... manpage)
cdist will do a lot of requests to the target
host, thus you'll have to enter your password
many times, if you don't do this :-)
- speedup processing with ControlMaster option of
ssh
YOUR FIRST CONFIGURATION
------------------------