Skip to content

Commit cee944e

Browse files
committed
Merge pull request #306 from blkperl/move_to_puppet_community
redhat-openstackGH-293: Move to puppet community github org
2 parents 8d89800 + 2ff16af commit cee944e

4 files changed

Lines changed: 11 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Collectd module for Puppet
22
==========================
33

4-
[![Puppet Forge](http://img.shields.io/puppetforge/v/pdxcat/collectd.svg)](https://forge.puppetlabs.com/pdxcat/collectd) [![Build Status](https://travis-ci.org/pdxcat/puppet-module-collectd.png?branch=master)](https://travis-ci.org/pdxcat/puppet-module-collectd)
4+
[![Puppet Forge](http://img.shields.io/puppetforge/v/puppet/collectd.svg)](https://forge.puppetlabs.com/puppet/collectd) [![Build Status](https://travis-ci.org/puppet-community/puppet-collectd.png?branch=master)](https://travis-ci.org/puppet-community/puppet-collectd)
55

66
Description
77
-----------
@@ -1086,7 +1086,7 @@ See metadata.json for supported platforms
10861086

10871087
##Known issues
10881088

1089-
Some plugins will need two runs of Puppet to fully generate the configuration for collectd. See [this issue](https://github.com/pdxcat/puppet-module-collectd/issues/162).
1089+
Some plugins will need two runs of Puppet to fully generate the configuration for collectd. See [this issue](https://github.com/puppet-community/puppet-collectd/issues/162).
10901090

10911091
##Development
10921092

@@ -1108,7 +1108,7 @@ bundle exec rake spec SPEC_OPTS='--format documentation'
11081108

11091109
Some plugins or some options in plugins are only available for recent versions of collectd.
11101110

1111-
This module shall not use unsupported configuration directives. Look at [templates/loadplugin.conf.erb](https://github.com/pdxcat/puppet-module-collectd/blob/master/templates/loadplugin.conf.erb) for a hands-on example.
1111+
This module shall not use unsupported configuration directives. Look at [templates/loadplugin.conf.erb](https://github.com/puppet-community/puppet-collectd/blob/master/templates/loadplugin.conf.erb) for a hands-on example.
11121112

11131113
Please make use of the search by branch/tags on the collectd github to see when a function has been first released.
11141114

manifests/plugin/logfile.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
content => template('collectd/plugin/logfile.conf.erb'),
1212
interval => $interval,
1313
# Load logging plugin first
14-
# https://github.com/pdxcat/puppet-module-collectd/pull/166#issuecomment-50591413
14+
# https://github.com/puppet-community/puppet-collectd/pull/166#issuecomment-50591413
1515
order => '05',
1616
}
1717
}

manifests/plugin/syslog.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
content => template('collectd/plugin/syslog.conf.erb'),
1111
interval => $interval,
1212
# Load logging plugin first
13-
# https://github.com/pdxcat/puppet-module-collectd/pull/166#issuecomment-50591413
13+
# https://github.com/puppet-community/puppet-collectd/pull/166#issuecomment-50591413
1414
order => '05',
1515
}
1616
}

metadata.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,15 @@
6969
"version_requirement": ">= 3.2.0"
7070
}
7171
],
72-
"name": "pdxcat-collectd",
72+
"name": "puppet-collectd",
7373
"version": "4.0.0",
74-
"source": "https://github.com/pdxcat/puppet-module-collectd",
75-
"author": "Computer Action Team",
74+
"source": "https://github.com/puppet-community/puppet-collectd",
75+
"author": "puppetcommunity",
7676
"license": "Apache-2.0",
7777
"summary": "Puppet module for Collectd",
78-
"project_page": "https://github.com/pdxcat/puppet-module-collectd",
78+
"project_page": "https://github.com/puppet-community/puppet-collectd",
79+
"issues_url": "https://github.com/puppet-community/puppet-collectd/issues",
80+
"tags": ["collectd", "puppet-community"],
7981
"dependencies": [
8082
{
8183
"name": "puppetlabs/stdlib",

0 commit comments

Comments
 (0)