Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-09-23 11:22:54 +02:00
parent 488eadb8f8
commit 44bc8da5b3
1 changed files with 15 additions and 2 deletions

View File

@ -14,10 +14,21 @@ Before initial release, document:
- copy file only if different
- how to write a module
- module function autoloading via *.sh?
- if yes => all .sh for consistency
- module function autoloading via *.sh
- module "manifest"?
- create functions in *.sh
- name functions "modulename_function"
module hellow
function kitty
=> hellow_kitty
- you are advised (not forced) to put files
to a subdirectory named "files"
## next: cdist-deploy-to
- sync conf/{lib/,modules,host/$name}
## Introduction
cdist configures your system. It is similar to
@ -124,6 +135,8 @@ What do I miss from puppet?
- replace bug squasher with bug avoidance
- qmail did not need one either
- push infrastructure
- real / meaningful error messages
--------------------------------------------------------------------------------
Simple stuff done by Unix[notm]