Skip to content

Commit

Permalink
added node_terminus setting in puppet server section
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish1099 committed Aug 14, 2024
1 parent 121fb98 commit 0207de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions argocd-helm-charts/puppetserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ puppetserver:
# AUTOSIGN=true|false|path_to_autosign.conf
if test -n "${PUPPETSERVER_ENC_PATH}" ; then
puppet config set external_nodes "$PUPPETSERVER_ENC_PATH" --section server
puppet config set node_terminus "exec" --section server
fi
r10k:
Expand Down

0 comments on commit 0207de0

Please sign in to comment.