fix bugs found by Franky Van Liedekerke - #1
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
e99064c9f3
commit
593806637b
3 changed files with 3 additions and 6 deletions
|
@ -3,7 +3,7 @@ cat << eof
|
||||||
Hey hackers,
|
Hey hackers,
|
||||||
|
|
||||||
this README is for you, for those who want to dig into cdist, hack it or try
|
this README is for you, for those who want to dig into cdist, hack it or try
|
||||||
to get a deeper understanding. Please read doc/man/cdist-hacker.text.
|
to get a deeper understanding. Please read doc/man/man7/cdist-hacker.text.
|
||||||
|
|
||||||
I hope you have a lot of fun with cdist, because it was also a lot of fun to
|
I hope you have a lot of fun with cdist, because it was also a lot of fun to
|
||||||
develop it!
|
develop it!
|
||||||
|
|
|
@ -10,20 +10,18 @@ cdist-manifest-run - Run a given manifest
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
cdist-manifest-run HOSTNAME MANIFEST OUTPUT_DIR
|
cdist-manifest-run HOSTNAME MANIFEST
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
cdist-manifest-run executes the given MANIFEST and saves the output into
|
cdist-manifest-run executes the given MANIFEST.
|
||||||
OUTPUT_DIR.
|
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
- cdist(7)
|
- cdist(7)
|
||||||
- cdist-deploy-to(1)
|
- cdist-deploy-to(1)
|
||||||
- cdist-manifest-run-all(1)
|
|
||||||
- cdist-manifest-run-init(1)
|
- cdist-manifest-run-init(1)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -70,7 +70,6 @@ require="__file/etc/cdist-configured __link/tmp/cdist-testfile" \
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
- cdist-manifest-run(1)
|
- cdist-manifest-run(1)
|
||||||
- cdist-manifest-run-all(1)
|
|
||||||
- cdist-manifest-run-init(1)
|
- cdist-manifest-run-init(1)
|
||||||
- cdist-type(7)
|
- cdist-type(7)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue