File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
recipes/newrelic/infrastructure/agent-control Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ install:
263263 echo 'enable_process_metrics: true' >> /etc/newrelic-infra.yml
264264 echo 'status_server_enabled: true' >> /etc/newrelic-infra.yml
265265 echo 'status_server_port: 18003' >> /etc/newrelic-infra.yml
266- echo 'license_key: {{`{{NEW_RELIC_LICENSE_KEY}}`}}' >> /etc/newrelic-infra.yml
266+ echo 'license_key: " {{`{{NEW_RELIC_LICENSE_KEY}}`}}" ' >> /etc/newrelic-infra.yml
267267 echo '{{.NRIA_CUSTOM_ATTRIBUTES}}' >> /etc/newrelic-infra.yml
268268 fi
269269 setup_infra_proxy :
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ install:
274274 echo 'enable_process_metrics: true' >> /etc/newrelic-infra.yml
275275 echo 'status_server_enabled: true' >> /etc/newrelic-infra.yml
276276 echo 'status_server_port: 18003' >> /etc/newrelic-infra.yml
277- echo 'license_key: {{`{{NEW_RELIC_LICENSE_KEY}}`}}' >> /etc/newrelic-infra.yml
277+ echo 'license_key: " {{`{{NEW_RELIC_LICENSE_KEY}}`}}" ' >> /etc/newrelic-infra.yml
278278 echo '{{.NRIA_CUSTOM_ATTRIBUTES}}' >> /etc/newrelic-infra.yml
279279 fi
280280
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ install:
235235 echo 'enable_process_metrics: true' >> /etc/newrelic-infra.yml
236236 echo 'status_server_enabled: true' >> /etc/newrelic-infra.yml
237237 echo 'status_server_port: 18003' >> /etc/newrelic-infra.yml
238- echo 'license_key: {{`{{NEW_RELIC_LICENSE_KEY}}`}}' >> /etc/newrelic-infra.yml
238+ echo 'license_key: " {{`{{NEW_RELIC_LICENSE_KEY}}`}}" ' >> /etc/newrelic-infra.yml
239239 echo '{{.NRIA_CUSTOM_ATTRIBUTES}}' >> /etc/newrelic-infra.yml
240240 fi
241241
You can’t perform that action at this time.
0 commit comments