Skip to content

Commit c7e914e

Browse files
authored
Merge pull request #4 from claranet/russ/update_maintainer
Prep ready for the initial release
2 parents 589eb85 + bb7faa9 commit c7e914e

File tree

3 files changed

+13
-105
lines changed

3 files changed

+13
-105
lines changed

CHANGELOG

+4-91
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,8 @@
1-
## fsalum-newrelic changelog
1+
## claranet/puppet-newrelic changelog
22

3-
Release notes for the fsalum-newrelic module.
3+
Release notes for the claranet/puppet-newrelic module.
44

55
------------------------------------------
6-
#### 4.3.0
6+
#### 1.0.0
77

8-
* PR #44 Fixing apt::key deprecation warnings and correcting template scope (@craigwatson)
9-
* PR #62 Add support for enable/disable php service (@flyinbutrs)
10-
11-
#### 4.2.0 - 2016-04-05
12-
13-
* Fixed Travis build for older versions of ruby
14-
* Style and Syntax updates
15-
* PR #52 - Added support for dotnet application name and iis reset (@jamesweakley)
16-
* PR #41 - Added support for overiding the hostname in nrsysmond.cfg (@scottley)
17-
18-
#### 4.1.1 - 2015-06-16
19-
20-
* This closes #38 - Minimum puppetlabs-apt version required 2.0.0
21-
22-
#### 4.1.0 - 2015-06-15
23-
24-
* PR #37 - Adding support for Windows server agent and .Net agents (@malaikah)
25-
* PR #36 - Added support for labels parameter (@Vincent--)
26-
* PR #33 - Cater for puppetlabs apt 2.0.1 refactoring (@brentclark)
27-
28-
#### 4.0.4 - 2015-01-27
29-
30-
* PR #24 - Add "newrelic.webtransaction.name.files" parameter (@Terr)
31-
* https://tickets.puppetlabs.com/browse/MODULES-1463 - Fix indentation
32-
33-
#### 4.0.3 - 2014-11-25
34-
35-
* PR #23 - Use the facter value of $::path for newrelic php install (@everestx)
36-
37-
#### 4.0.2 - 2014-10-25
38-
39-
Updated LICENSE, added metadata.json and travis puppet validation
40-
* PR #20 - Fixed PHP deprecated notice (@blaind)
41-
42-
#### 4.0.1 - 2014-08-13
43-
44-
* Added warning for deprecated classes `newrelic::server` and `newrelic::php`
45-
* PR #16 - Added missing newrelic.capture_params to newrelic.ini.erb (@brentclark)
46-
* PR #17 - change 'newrelic::server' to be a class (@3flex)
47-
* PR #18 - tweak apt::source declaration (@3flex)
48-
* PR #19 - Remove unneeded exec (@3flex)
49-
50-
#### 4.0.0 - 2014-06-29
51-
52-
* Refactored the module, test before pushing to production
53-
* Added/Removed/Renamed/Changed parameters
54-
* Updated template for new settings for newrelic.ini, newrelic.cfg and nrsysmond.cfg
55-
* Closed PR #7 - Ensure log directory is created
56-
* Closed PR #13 - Fix PHP conf dir for Ubuntu 14.04
57-
58-
#### 3.0.5 - 2014-06-05
59-
60-
* Add 'newrelic_daemon_cfgfile_ensure' parameter (@nbeernink)
61-
* Add 'newrelic_service_enable' parameter (@pataquets)
62-
63-
#### 3.0.4 - 2014-03-07
64-
65-
* New parameter newrelic.ignored_params added (@pataquets)
66-
67-
#### 3.0.3 - 2013-06-06
68-
69-
* Fix Puppet 3.2.1 deprecation warnings
70-
* Update CHANGELOG format
71-
72-
------------------------------------------
73-
74-
#### 3.0.2 - 2013-02-04
75-
76-
* Adding newrelic php agent port on newrelic.ini
77-
78-
------------------------------------------
79-
80-
#### 3.0.1 - 2012-12-06
81-
82-
* Adding some ordering in the installation
83-
84-
------------------------------------------
85-
86-
#### 3.0.0 - 2012-11-30
87-
88-
* Split the Server Monitoring and PHP agent in their own classes
89-
* Compliance with the New Relic PHP Agent 3.0 changes
90-
91-
------------------------------------------
92-
93-
#### 0.0.1 - 2012-10-10
94-
95-
* Initial Forge release
8+
* Inital Forge Release

README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Newrelic Module for Puppet
22
==========================
33
[![Build Status](https://secure.travis-ci.org/claranet/puppet-newrelic.png)](http://travis-ci.org/claranet/puppet-newrelic)
44

5-
This module manages and installs the New Relic Server Monitoring and PHP agents.
5+
This module manages and installs the New Relic Server Monitoring and PHP agents and is based on Felipe Salum's [puppet-newrelic](https://github.com/fsalum/puppet-newrelic) module. The
6+
code has been heavly refactored and support for Puppet 4 and 5 added.
67

78
Supported systems: Debian and RHEL osfamily Linux.
89

@@ -16,11 +17,6 @@ Windows support added/tested/supported by [malaikah](https://github.com/malaikah
1617
IMPORTANT
1718
---------
1819

19-
Module version 4.x was refactored. A lot of parameters were added, removed, renamed or changed.
20-
21-
Module version 4.0.1 is moving away from defined classes, deprecation warnings were added.
22-
Using the new classes is backwards compatible.
23-
2420
Review all the parameters you use before deploying this module in production.
2521

2622
Quick Start
@@ -74,8 +70,7 @@ Copyright and License
7470
---------------------
7571

7672
Copyright (C) 2014 Felipe Salum
77-
78-
Felipe Salum can be contacted at: [email protected]
73+
Copyright (C) 2017 Claranet
7974

8075
Licensed under the Apache License, Version 2.0 (the "License");
8176
you may not use this file except in compliance with the License.

metadata.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "fsalum-newrelic",
3-
"version": "4.3.0",
4-
"source": "git://github.com/fsalum/puppet-newrelic.git",
5-
"author": "Felipe Salum",
2+
"name": "claranet-newrelic",
3+
"version": "1.0.0",
4+
"source": "git://github.com/claranet/puppet-newrelic.git",
5+
"author": "Claranet",
66
"license": "Apache-2.0",
77
"summary": "Puppet module for NewRelic",
88
"description": "Module to install and configure New Relic server monitoring and New Relic PHP Agent",
9-
"project_page": "https://github.com/fsalum/puppet-newrelic",
10-
"issues_url": "https://github.com/fsalum/puppet-newrelic/issues",
9+
"project_page": "https://github.com/claranet/puppet-newrelic",
10+
"issues_url": "https://github.com/claranet/puppet-newrelic/issues",
1111
"tags": ["newrelic", "monitoring", "metrics"],
1212
"operatingsystem_support": [
1313
{

0 commit comments

Comments
 (0)