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: