forked from ungleich-public/cdist
manpage cleanups
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
75023a4ac9
commit
4879f744c1
3 changed files with 6 additions and 9 deletions
|
@ -8,7 +8,9 @@
|
||||||
- and that ssh will wait for answer of prompt
|
- and that ssh will wait for answer of prompt
|
||||||
- nasty if used in parallel mode (scroll up!)
|
- nasty if used in parallel mode (scroll up!)
|
||||||
|
|
||||||
- rewrite cdist-stages
|
- rewrite cdist-stages, remove
|
||||||
|
- update man7!
|
||||||
|
- exec flag is not true for manifest anymore
|
||||||
|
|
||||||
SSH HINTS
|
SSH HINTS
|
||||||
---------
|
---------
|
||||||
|
|
|
@ -35,10 +35,6 @@ __file /etc/cdist-configured --type file
|
||||||
__package tree --state installed
|
__package tree --state installed
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Internally cdist-type-emulator(1) will be called from cdist-manifest-run(1) to
|
|
||||||
save the given parameters into a cconfig database, so they can be accessed by
|
|
||||||
the manifest and gencode scripts of the type (see below).
|
|
||||||
|
|
||||||
A list of supported types can be found in the cdist-reference(7) manpage.
|
A list of supported types can be found in the cdist-reference(7) manpage.
|
||||||
|
|
||||||
SINGLETON TYPES
|
SINGLETON TYPES
|
||||||
|
@ -111,7 +107,7 @@ __package_$type "$@"
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
As you can see, the type can reference different environment variables,
|
As you can see, the type can reference different environment variables,
|
||||||
which are documented in cdist-environment-variables(7).
|
which are documented in cdist-reference(7).
|
||||||
|
|
||||||
Always ensure the manifest is executable, otherwise cdist will not be able
|
Always ensure the manifest is executable, otherwise cdist will not be able
|
||||||
to execute it.
|
to execute it.
|
||||||
|
|
|
@ -35,12 +35,11 @@ pull mechanism (client requests configuration).
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
- Website: http://www.nico.schottelius.org/software/cdist/[]
|
- Website: http://www.nico.schottelius.org/software/cdist/[]
|
||||||
- cdist-best-practise(7)
|
|
||||||
- cdist-deploy-to(1)
|
|
||||||
- cdist-hacker(7)
|
- cdist-hacker(7)
|
||||||
- cdist-manifest(7)
|
- cdist-manifest(7)
|
||||||
- cdist-quickstart(1)
|
|
||||||
- cdist-type(7)
|
- cdist-type(7)
|
||||||
|
- cdist(1)
|
||||||
|
- cdist(7)
|
||||||
|
|
||||||
|
|
||||||
COPYING
|
COPYING
|
||||||
|
|
Loading…
Reference in a new issue