From 7d214d18220679da6b92a51d904f497333d46e56 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 29 Sep 2010 19:02:40 +0200 Subject: [PATCH] more details for design Signed-off-by: Nico Schottelius --- design | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/design b/design index 846c6378..91f145dd 100644 --- a/design +++ b/design @@ -4,10 +4,12 @@ cdist using the push principle (triggered by server) cdist-deploy-to cdist-preprocess # fills up variables with content cdist-explore % client # explores client configuration - cdist-compile # parses configuration, creates internal state in cconfig format, verifies - cdist-link # uses cconfig output, creates executable - cdist-transfer # transfer executable to client - cdist-execute % client # execute resulting executable + cdist-build + cdist-compile # parses configuration, creates internal state in cconfig format, verifies + cdist-link # uses cconfig output, creates executable + cdist-remote-exec # + cdist-transfer # transfer executable to client + cdist-execute % client # execute resulting executable Operation on the server is run as "cdist" user. Operation on the client is run as "root" user.