forked from ungleich-public/cdist
fix bug by documentation - has been solved before (__process)
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
60ca70b29a
commit
60ebefe820
2 changed files with 4 additions and 11 deletions
|
@ -24,6 +24,10 @@ OPTIONAL PARAMETERS
|
||||||
name::
|
name::
|
||||||
Process name to match on when using pgrep -f -x.
|
Process name to match on when using pgrep -f -x.
|
||||||
|
|
||||||
|
This is useful, if the name starts with a "/",
|
||||||
|
because the leading slash is stripped away from
|
||||||
|
the object id by cdist.
|
||||||
|
|
||||||
stop::
|
stop::
|
||||||
Executable to use for stopping the process.
|
Executable to use for stopping the process.
|
||||||
|
|
||||||
|
|
|
@ -4,17 +4,6 @@ The following list of todos has not been assigned to any developer.
|
||||||
Feel free to pick one!
|
Feel free to pick one!
|
||||||
|
|
||||||
|
|
||||||
BUGS
|
|
||||||
----
|
|
||||||
|
|
||||||
Stuff that needs to repaired very soon as they may cause frustration...
|
|
||||||
|
|
||||||
__process / name bug:
|
|
||||||
__process /usr/lib/postfix/master --start "/etc/rc.d/postfix start" --state running
|
|
||||||
=> name="usr/lib/postfix/master"
|
|
||||||
=> breaks!
|
|
||||||
=> cannot detect if ^/ is needed or not automatically
|
|
||||||
|
|
||||||
TESTS
|
TESTS
|
||||||
-----
|
-----
|
||||||
- multiple defines of object:
|
- multiple defines of object:
|
||||||
|
|
Loading…
Reference in a new issue