We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694526b commit 5ffa528Copy full SHA for 5ffa528
recipes/newrelic/infrastructure/super-agent/debian.yml
@@ -217,7 +217,7 @@ install:
217
setup_infra_proxy:
218
cmds:
219
- |
220
- if [ "{{.NR_CLI_INFRA_AGENT}}" != "false"] && [ ! -z "$HTTPS_PROXY" ]; then
+ if [ "{{.NR_CLI_INFRA_AGENT}}" != "false" ] && [ ! -z "$HTTPS_PROXY" ]; then
221
sed -i "/^proxy/d" /etc/newrelic-infra.yml
222
echo 'proxy: {{.HTTPS_PROXY}}' >> /etc/newrelic-infra.yml
223
fi
0 commit comments