From a88dc3d8cf7424e51de005327747a67993d7d1ae Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@kr.ethz.ch>
Date: Sat, 15 Jan 2011 01:23:38 +0100
Subject: [PATCH] add log from 2010-12-01

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
---
 doc/internal/logs/2010-12-01 | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 doc/internal/logs/2010-12-01

diff --git a/doc/internal/logs/2010-12-01 b/doc/internal/logs/2010-12-01
new file mode 100644
index 00000000..f8ccd5f5
--- /dev/null
+++ b/doc/internal/logs/2010-12-01
@@ -0,0 +1,32 @@
+what does a type contain?
+
+   - possible explorer functions to find out about the system state
+   - scripts being run on the server, which inputs cconfig and generates code to
+     apply changes on the client
+     -> logs errors through stderr
+     -> 
+
+   - cdist takes all the type scripts, for each defined type
+      - when to run cdist-explorer tools from types?
+         - get general impression first and then consider tools?
+
+   - what about the overwrites / order / inherits problem?
+      - is a "how to reuse x"-problem
+      - NO OVERWRITE POSSIBLE!!!!!!!
+         - once defined, no redefine
+         - record creator to issue warning on collision detection!
+
+
+   - "i want to do the same as x, but change a single bit"
+      - i call the other type under my own name and overwrite stuff afterwards
+
+      - apache, tomcat, etc.
+         - 
+      TYPECHANGES are good!
+ 
+   - what is cm?
+      - copying files around
+      - changing files
+      - removing files
+      - put together in a context
+