File tree Expand file tree Collapse file tree
recipes/newrelic/infrastructure/agent-control Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ install:
281281 fi
282282 vars :
283283 # Allows to set a specific version from the cli
284- NEW_RELIC_AGENT_VERSION : ' {{ .NEW_RELIC_AGENT_VERSION | default "1.11 .0" }}'
284+ NEW_RELIC_AGENT_VERSION : ' {{ .NEW_RELIC_AGENT_VERSION | default "1.12 .0" }}'
285285 silent : true
286286
287287 config_agent_control :
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ install:
200200 sh : |
201201 rpm -E %{rhel}
202202 # Allows to set a specific version from the cli
203- NEW_RELIC_AGENT_VERSION : ' {{ .NEW_RELIC_AGENT_VERSION | default "1.11 .0" }}'
203+ NEW_RELIC_AGENT_VERSION : ' {{ .NEW_RELIC_AGENT_VERSION | default "1.12 .0" }}'
204204 silent : true
205205
206206 config_agent_control :
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ install:
153153 SLES_VERSION :
154154 sh : awk -F= '/VERSION_ID/ {print $2}' /etc/os-release
155155 # Allows to set a specific version from the cli
156- NEW_RELIC_AGENT_VERSION : ' {{ .NEW_RELIC_AGENT_VERSION | default "1.11 .0" }}'
156+ NEW_RELIC_AGENT_VERSION : ' {{ .NEW_RELIC_AGENT_VERSION | default "1.12 .0" }}'
157157 silent : true
158158
159159 config_agent_control :
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ install:
117117 }
118118 '
119119 vars :
120- NEW_RELIC_AGENT_VERSION : ' {{ .NEW_RELIC_AGENT_VERSION | default "1.11 .0" }}'
120+ NEW_RELIC_AGENT_VERSION : ' {{ .NEW_RELIC_AGENT_VERSION | default "1.12 .0" }}'
121121
122122 run_install_ps1 :
123123 cmds :
You can’t perform that action at this time.
0 commit comments