update readmes

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-04 23:10:04 +01:00
parent d55eaba23a
commit 8fc01c61cb
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ __cdist_config=$(pwd -P)/conf __cdist_target_host=ikq02.ethz.ch cdist-manifest-i
find conf/cache
# Run explorer on a "remote" host
__cdist_config=$(pwd -P)/conf __cdist_target_host=localhost ./bin/cdist-explorer-run
__cdist_config=$(pwd -P)/conf __cdist_target_host=localhost cdist-explorer-run
# Display result
find conf/cache/hosts/localhost

View File

@ -19,7 +19,7 @@ and it is equipped with manpages.
* KISS (keep it simple and stupid)
* Allow very easy extension of cdist (creating own types for instance)
* Push (server pushes configuration) and Pull (client retrieves config) supported
* User defines configuration in shell scripts using cdist functions
* User defines configuration in shell scripts
* Cdist generates internal configuration (cconfig style) and afterwards applies configuration
## Requirements