forked from ungleich-public/cdist
more doc
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
488eadb8f8
commit
44bc8da5b3
1 changed files with 15 additions and 2 deletions
17
cdist.mdwn
17
cdist.mdwn
|
@ -14,10 +14,21 @@ Before initial release, document:
|
||||||
- copy file only if different
|
- copy file only if different
|
||||||
|
|
||||||
- how to write a module
|
- how to write a module
|
||||||
- module function autoloading via *.sh?
|
- module function autoloading via *.sh
|
||||||
- if yes => all .sh for consistency
|
- 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
|
## Introduction
|
||||||
|
|
||||||
cdist configures your system. It is similar to
|
cdist configures your system. It is similar to
|
||||||
|
@ -124,6 +135,8 @@ What do I miss from puppet?
|
||||||
- replace bug squasher with bug avoidance
|
- replace bug squasher with bug avoidance
|
||||||
- qmail did not need one either
|
- qmail did not need one either
|
||||||
- push infrastructure
|
- push infrastructure
|
||||||
|
- real / meaningful error messages
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
Simple stuff done by Unix[notm]
|
Simple stuff done by Unix[notm]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue