From 60ebefe820547892f1d87ff610cb724d2be99da0 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 9 Jan 2012 23:29:26 +0100 Subject: [PATCH] fix bug by documentation - has been solved before (__process) Signed-off-by: Nico Schottelius --- conf/type/__process/man.text | 4 ++++ doc/dev/todo/TAKEME | 11 ----------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/conf/type/__process/man.text b/conf/type/__process/man.text index 065beeef..fbd54847 100644 --- a/conf/type/__process/man.text +++ b/conf/type/__process/man.text @@ -24,6 +24,10 @@ OPTIONAL PARAMETERS name:: 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:: Executable to use for stopping the process. diff --git a/doc/dev/todo/TAKEME b/doc/dev/todo/TAKEME index d6bd81a3..56bb8284 100644 --- a/doc/dev/todo/TAKEME +++ b/doc/dev/todo/TAKEME @@ -4,17 +4,6 @@ The following list of todos has not been assigned to any developer. 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 ----- - multiple defines of object: