Skip to content

Commit

Permalink
Merge pull request #306 from blkperl/move_to_puppet_community
Browse files Browse the repository at this point in the history
redhat-openstackGH-293: Move to puppet community github org
  • Loading branch information
nibalizer committed Aug 6, 2015
2 parents 8d89800 + 2ff16af commit cee944e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Collectd module for Puppet
==========================

[![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)
[![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)

Description
-----------
Expand Down Expand Up @@ -1086,7 +1086,7 @@ See metadata.json for supported platforms

##Known issues

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).
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).

##Development

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

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

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.
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.

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

Expand Down
2 changes: 1 addition & 1 deletion manifests/plugin/logfile.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
content => template('collectd/plugin/logfile.conf.erb'),
interval => $interval,
# Load logging plugin first
# https://github.com/pdxcat/puppet-module-collectd/pull/166#issuecomment-50591413
# https://github.com/puppet-community/puppet-collectd/pull/166#issuecomment-50591413
order => '05',
}
}
2 changes: 1 addition & 1 deletion manifests/plugin/syslog.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
content => template('collectd/plugin/syslog.conf.erb'),
interval => $interval,
# Load logging plugin first
# https://github.com/pdxcat/puppet-module-collectd/pull/166#issuecomment-50591413
# https://github.com/puppet-community/puppet-collectd/pull/166#issuecomment-50591413
order => '05',
}
}
10 changes: 6 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,15 @@
"version_requirement": ">= 3.2.0"
}
],
"name": "pdxcat-collectd",
"name": "puppet-collectd",
"version": "4.0.0",
"source": "https://github.com/pdxcat/puppet-module-collectd",
"author": "Computer Action Team",
"source": "https://github.com/puppet-community/puppet-collectd",
"author": "puppetcommunity",
"license": "Apache-2.0",
"summary": "Puppet module for Collectd",
"project_page": "https://github.com/pdxcat/puppet-module-collectd",
"project_page": "https://github.com/puppet-community/puppet-collectd",
"issues_url": "https://github.com/puppet-community/puppet-collectd/issues",
"tags": ["collectd", "puppet-community"],
"dependencies": [
{
"name": "puppetlabs/stdlib",
Expand Down

0 comments on commit cee944e

Please sign in to comment.