Add TODO about node environments
Signed-off-by: martin f. krafft <madduck@madduck.net>
diff --git a/doc/source/todo.rst b/doc/source/todo.rst
index 8da2ed3..7b741bb 100644
--- a/doc/source/todo.rst
+++ b/doc/source/todo.rst
@@ -58,4 +58,14 @@
Ideally, |reclass| could unify the interface so that even templates can be
shared between the various CMS.
+Node environments
+-----------------
+At least Salt and Puppet support the notion of "environments", but the Salt
+adapter just puts everything into the "base" environment at the moment.
+
+Part of the reason that multiple environments aren't (yet) supported is
+because I don't see the use-case (anymore) with |reclass|. If you still see
+a use-case, then please help me understand it and let's figure out a good way
+to introduce this concept into |reclass|.
+
.. include:: substs.inc