From 2ff16af938ade3bcfd580e4092c8472cf84f7ad7 Mon Sep 17 00:00:00 2001 From: William Van Hevelingen Date: Wed, 5 Aug 2015 17:33:30 -0700 Subject: [PATCH] GH-293: Move to puppet community github org --- README.md | 6 +++--- manifests/plugin/logfile.pp | 2 +- manifests/plugin/syslog.pp | 2 +- metadata.json | 10 ++++++---- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a0829349f..4743a467b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/manifests/plugin/logfile.pp b/manifests/plugin/logfile.pp index b58afe8b6..dfebdd8cf 100644 --- a/manifests/plugin/logfile.pp +++ b/manifests/plugin/logfile.pp @@ -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', } } diff --git a/manifests/plugin/syslog.pp b/manifests/plugin/syslog.pp index 5a6e7e50d..494c29a92 100644 --- a/manifests/plugin/syslog.pp +++ b/manifests/plugin/syslog.pp @@ -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', } } diff --git a/metadata.json b/metadata.json index a5e32247a..6c124771a 100644 --- a/metadata.json +++ b/metadata.json @@ -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",