Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redhat-openstackGH-293: Move to puppet community github org
Browse files Browse the repository at this point in the history
blkperl committed Aug 6, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8d89800 commit 2ff16af
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
-----------
@@ -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

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

2 changes: 1 addition & 1 deletion manifests/plugin/logfile.pp
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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",

0 comments on commit 2ff16af

Please sign in to comment.