From 060a5be2571db0fedc1230bdbf3580b2d9c6e15a Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 May 2020 23:25:22 +0900 Subject: [PATCH] [cdist #5] updated cdist.org --- kjg/cdist.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/kjg/cdist.org b/kjg/cdist.org index 530009c..2e5b193 100644 --- a/kjg/cdist.org +++ b/kjg/cdist.org @@ -1063,9 +1063,21 @@ ERROR: cdist: Failed to configure the following hosts: mynginx2.tes --> nginx is removed and "require" check nginx(__package/nginx) + * cdist5 ** What is the difference between gencode-remote and the remote code? +remote code is running on cdist command(cdist config --remote-copy REMOTE_COPY) +gencode-remote is running on cdist type + +remote_copy - use for remote copy with cdist command +remote_exec - use for remote execution with cdist command + ** What is the difference between gencode-local and gencode-remote? +gencode-local is executed locall, otherwise gencode-remote is executed on the targethost ** Locate a type that comes with upstream cdist that uses gencode-local - which one is it? Why does it need gencode-local? +__ungleich_dhparam + +For running a specific local package +ex) openssl dhparam -outform PEM -out ${destination}/${domain}_dhparam.pem $keysize