From 18d7945b2f5010c46c6d7607d7f5da8e3a37ab7c Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Wed, 16 Feb 2011 16:10:09 +0100 Subject: [PATCH] +todos Signed-off-by: Steven Armstrong --- TODO-1.0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO-1.0 b/TODO-1.0 index cfee0f28..11a07ef9 100644 --- a/TODO-1.0 +++ b/TODO-1.0 @@ -65,5 +65,6 @@ x Cleanly define paths for object creation, especially recursive calls - rename $__object_dir to $__object_base_dir - cd $__object_dir, before running manifest && document it in doc/man/cdist-types.text -- document that /manifest|/init is executed for every object/instance +- use $type/manifest instead of $type/init +- document that $type/manifest is executed for every object/instance