You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The newrelic_agent_php lwrp is outputing a deprecation warning about execute_php5enmod even if it is not specified in the resource call
Cookbook version: 2.25.0
newrelic_agent_php 'install' do
license 'license'
app_name 'app_name'
service_name 'service_name'
config_file '/etc/php.d/newrelic.ini'
end
* newrelic_agent_php[install] action install[2017-01-12T02:48:28+00:00] WARN: The 'execute_php5enmod'-attribute has been deprecated. Please make use of the 'enable_module' attribute instead.
[2017-01-12T02:48:28+00:00] WARN: You've opted not to delete any PHP agent-generated config file.
* yum_repository[newrelic] action create
This appears to be due to execute_php5enmod defaulting to false and the warning being shown if the property is false
Solutions Options:
Remove default for execute_php5enmod
Show message only if it is passed in as true
The text was updated successfully, but these errors were encountered:
Problem:
The
newrelic_agent_php
lwrp is outputing a deprecation warning aboutexecute_php5enmod
even if it is not specified in the resource callCookbook version:
2.25.0
This appears to be due to
execute_php5enmod
defaulting tofalse
and the warning being shown if the property isfalse
Solutions Options:
execute_php5enmod
true
The text was updated successfully, but these errors were encountered: