From b8156ebedeb2508e299bb9bafe36ef3c0f51f333 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 23 Feb 2011 13:49:29 +0100 Subject: [PATCH] cleanup old internal documentation Signed-off-by: Nico Schottelius --- .../todo/post-1.0-cache} | 0 .../cdist-hacking.TO_MAN | 4 -- .../puppet-analysis.REMOVE_PRE_1.0 | 66 ------------------- doc/internal.REMOVE_PRE_1.0/puppet-missing | 20 ++++++ 4 files changed, 20 insertions(+), 70 deletions(-) rename doc/{internal.REMOVE_PRE_1.0/cdist-cache.TO_MAN => dev/todo/post-1.0-cache} (100%) delete mode 100644 doc/internal.REMOVE_PRE_1.0/cdist-hacking.TO_MAN delete mode 100644 doc/internal.REMOVE_PRE_1.0/puppet-analysis.REMOVE_PRE_1.0 create mode 100644 doc/internal.REMOVE_PRE_1.0/puppet-missing diff --git a/doc/internal.REMOVE_PRE_1.0/cdist-cache.TO_MAN b/doc/dev/todo/post-1.0-cache similarity index 100% rename from doc/internal.REMOVE_PRE_1.0/cdist-cache.TO_MAN rename to doc/dev/todo/post-1.0-cache diff --git a/doc/internal.REMOVE_PRE_1.0/cdist-hacking.TO_MAN b/doc/internal.REMOVE_PRE_1.0/cdist-hacking.TO_MAN deleted file mode 100644 index c7254168..00000000 --- a/doc/internal.REMOVE_PRE_1.0/cdist-hacking.TO_MAN +++ /dev/null @@ -1,4 +0,0 @@ -setenv PATH ${PATH}:${HOME}/cdist/bin -setenv CDIST_CONFIG ${HOME}/cdist/conf -export PATH=$PATH:$HOME/cdist/bin -export CDIST_CONFIG=$HOME/cdist/conf diff --git a/doc/internal.REMOVE_PRE_1.0/puppet-analysis.REMOVE_PRE_1.0 b/doc/internal.REMOVE_PRE_1.0/puppet-analysis.REMOVE_PRE_1.0 deleted file mode 100644 index 6d10e18e..00000000 --- a/doc/internal.REMOVE_PRE_1.0/puppet-analysis.REMOVE_PRE_1.0 +++ /dev/null @@ -1,66 +0,0 @@ -## What do I need [from puppet?] - -### Abstraction of package managers - -I don't want to care about apt, rpm, yum, pacman, etc. I just -want to ensure, some package exists or does not exist. - - -### Common tasks already done - - - [LIBRARY] All the helper types like - - file - - ssh_keys - - package - - service - - user - -### PORTABILITY - - [PORTABILITY] clients for every unix - - mostly ruby + facter in puppet - -### Other - - Modules: Nice to put stuff together - - and reuse - - [CONDITIONS] facter is cool - - the DSL - - with many bugs - - templates - - Client/Server approach is nice to have - - Clients only get the part of the documentation, that's - relevant to them - - detect impossible/unsafe things: - - creating a file twice - - installing and removing a package - - and report location of occurence - - parse afterwards? - --------------------------------------------------------------------------------- -what is puppet? [FOR ME] - - A configuration deployment assistant, - a DSL that allows you define the objectives. - A webserver with fileserver capabilities. - A client based scheduled polling infrastructure. - --------------------------------------------------------------------------------- -What do I miss from puppet? - - - speed - - elegance - - clean design - - documentation - - the "no surprise" factor - - easy to use "data memory" (i.e. external ressources) - - easy integration into installation process - - copy identity to master - - multi master setups - - development configurations / tests - - editing of configuration files - - similar to cfengine - - replace bug squasher with bug avoidance - - qmail did not need one either - - push infrastructure - - real / meaningful error messages - - diff --git a/doc/internal.REMOVE_PRE_1.0/puppet-missing b/doc/internal.REMOVE_PRE_1.0/puppet-missing new file mode 100644 index 00000000..443b414b --- /dev/null +++ b/doc/internal.REMOVE_PRE_1.0/puppet-missing @@ -0,0 +1,20 @@ +What do I miss from puppet? + + - speed + - elegance + - clean design + - documentation + - the "no surprise" factor + - easy to use "data memory" (i.e. external ressources) + - easy integration into installation process + - copy identity to master + - multi master setups + - development configurations / tests + - editing of configuration files + - similar to cfengine + - replace bug squasher with bug avoidance + - qmail did not need one either + - push infrastructure + - real / meaningful error messages + +