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