cdist configuration management Latest manual: https://www.cdi.st/manual/latest/ Home page: https://www.cdi.st
Go to file
Nico Schottelius 77038026a9 fix source record
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-02-05 19:20:59 +01:00
bin fix source record 2011-02-05 19:20:59 +01:00
conf [ARCHIVE] Remove example modules containing collectd/efsh/nginx/postgres code 2011-02-04 23:05:53 +01:00
doc cleanup todos (and shrink them) 2011-02-04 23:27:19 +01:00
.gitignore add gitignore 2011-01-15 14:39:17 +01:00
HACKERS_README move examples to localhost 2011-02-05 19:20:39 +01:00
Makefile more hints 2011-02-04 23:33:12 +01:00
README Describe latest features 2011-02-02 21:49:01 +01:00
REAL_README cleanup 2011-02-04 23:22:01 +01:00
TODO-1.0 more hints 2011-02-04 23:33:12 +01:00

README

Hey hackers,

cdist has not been published, you're accessing a early in developent
code.

Do not believe anything written in cdist, besides what's written in this file
(everything else may be future stuff for the initial release).

   -- Nico, 20101201


What you can do so far: (executed from top level directory)

# prepare use:
export PATH="$PATH:$(pwd -P)/bin"

# Test first level manifest execution
__cdist_config=$(pwd -P)/conf __cdist_target_host=localhost cdist-manifest-init

# See what it generated
find conf/cache

# Run explorer on a "remote" host
__cdist_config=$(pwd -P)/conf __cdist_target_host=localhost cdist-explorer-run

# Display result
find conf/cache/hosts/localhost