Release notes for the claranet/puppet-newrelic module.
- README: Making changes due to Puppet Approved review - MODULES-7737
- PHP Agent: Added support for Debian 9 natively using PHP7 - #21
- Metadata: Adding upper bound to Puppet version support and signalling Puppet 6 support
- Metadata: Now supporting
puppetlabs/apt
version 6.x andpuppetlabs/stdlib
version 5.x - #22 - PDK: Now compatible with PDK 1.9.0
- The module is now compatible with the Puppet Development Kit, version 1.7.0 and above.
- New Agent: Java! The module can now install and configure the NewRelic Java agent via the
::newrelic::agent::java
class - Massive thanks to DaveHewey for PR #20
- Infra Class: Added parameters to manage the service - #19
- PHP Agent: Removed
purge_files
parameter and introduced arun_installer
parameter (true
on Debian only) to fix a duplicate files bug - #16 - Main class: Added
contain
statements to fix ordering of resources - #17
- PHP Agent: Fixed a bug where the
newrelic-daemon
service would flap if the start-up mode was set toagent
- #13 - PHP Agent: New parameter:
default_daemon_settings
for external start-up mode - #12
- Infra Repo: Apt module now handles setting
release
for Debian osfamily - #11 - Linux Server: Exec now creates
/etc/newrelic/nrsysmond.cfg
beforenrsysmond-config
is run - Dependencies: Apt has been relaxed to
>= 2.3.0
- Major rewrite of module
- Please note that Windows support is untested
- Managing repo now optional
- Initial Forge Release