Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Commit

Permalink
Docs: Replace all remaining code.google.com URLs
Browse files Browse the repository at this point in the history
This commit replaces old repo links with current GitHub links, and old wiki
links with current Redmine wiki links.
  • Loading branch information
nfagerlund committed Oct 28, 2011
1 parent a714c45 commit 013bd87
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion agent/iptables-junkfilter/agent/iptables.rb
Expand Up @@ -4,7 +4,7 @@ module MCollective
module Agent
# An agent that manipulates a chain called 'junkfilter' with iptables
#
# See http://code.google.com/p/mcollective-plugins/wiki/AgentIptablesJunkfilter
# See http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/AgentIptablesJunkfilter
#
# Released under the terms of the GPL
class Iptables<RPC::Agent
Expand Down
2 changes: 1 addition & 1 deletion agent/nrpe/sbin/check-mc-nrpe
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby

# Nagios check for the mcollective nrpe agent found at http://code.google.com/p/mcollective-plugins/
# Nagios check for the mcollective nrpe agent found at https://github.com/puppetlabs/mcollective-plugins
#
# Returns std Nagios exit codes and performance data. Lists of hosts in the given status is printed
# on subsequent lines of output, Nagios 3 will read these and display them up to 4KB
Expand Down
2 changes: 1 addition & 1 deletion agent/package/agent/package.ddl
Expand Up @@ -3,7 +3,7 @@ metadata :name => "SimpleRPC Agent For Package Management",
:author => "R.I.Pienaar",
:license => "GPLv2",
:version => "1.3",
:url => "http://mcollective-plugins.googlecode.com/",
:url => "https://github.com/puppetlabs/mcollective-plugins",
:timeout => 180

["install", "update", "uninstall", "purge"].each do |act|
Expand Down
2 changes: 1 addition & 1 deletion agent/package/agent/puppet-package.rb
Expand Up @@ -2,7 +2,7 @@ module MCollective
module Agent
# An agent that uses Reductive Labs Puppet to manage packages
#
# See http://code.google.com/p/mcollective-plugins/
# See https://github.com/puppetlabs/mcollective-plugins
#
# Released under the terms of the GPL, same as Puppet
class Package<RPC::Agent
Expand Down
2 changes: 1 addition & 1 deletion agent/puppetca/agent/puppetca.ddl
Expand Up @@ -3,7 +3,7 @@ metadata :name => "SimpleRPC Service Agent",
:author => "R.I.Pienaar",
:license => "Apache 2.0",
:version => "1.2",
:url => "http://mcollective-plugins.googlecode.com/",
:url => "https://github.com/puppetlabs/mcollective-plugins",
:timeout => 20

action "clean", :description => "Performs a puppetca --clean on a certficate" do
Expand Down
2 changes: 1 addition & 1 deletion agent/puppetca/agent/puppetca.rb
Expand Up @@ -6,7 +6,7 @@ class Puppetca<RPC::Agent
:author => "R.I.Pienaar",
:license => "Apache 2.0",
:version => "2.0",
:url => "http://mcollective-plugins.googlecode.com/",
:url => "https://github.com/puppetlabs/mcollective-plugins",
:timeout => 20

def startup_hook
Expand Down
2 changes: 1 addition & 1 deletion agent/puppetd/agent/puppetd.ddl
Expand Up @@ -3,7 +3,7 @@ metadata :name => "SimpleRPC Puppet Agent",
:author => "R.I.Pienaar",
:license => "Apache License 2.0",
:version => "1.4",
:url => "http://mcollective-plugins.googlecode.com/",
:url => "https://github.com/puppetlabs/mcollective-plugins",
:timeout => 20

action "last_run_summary", :description => "Retrieves the last Puppet Run summary" do
Expand Down
2 changes: 1 addition & 1 deletion agent/puppetd/agent/puppetd.rb
Expand Up @@ -19,7 +19,7 @@ class Puppetd<RPC::Agent
:author => "R.I.Pienaar",
:license => "Apache License 2.0",
:version => "1.4",
:url => "http://projects.puppetlabs.com/projects/mcollective-plugins/wiki",
:url => "http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/AgentPuppetd",
:timeout => 30

def startup_hook
Expand Down
2 changes: 1 addition & 1 deletion agent/puppetd/commander/puppetcommanderd
Expand Up @@ -18,7 +18,7 @@
#
# This code is released under the Apache 2 licence.
#
# See http://mcollective-plugins.googlecode.com/ for more information.
# See https://github.com/puppetlabs/mcollective-plugins for more information.


require 'mcollective'
Expand Down
2 changes: 1 addition & 1 deletion agent/puppetral/agent/puppetral.ddl
Expand Up @@ -3,7 +3,7 @@ metadata :name => "Agent for Puppet RAL interaction",
:author => "R.I.Pienaar, Max Martin",
:license => "ASL2",
:version => "0.2",
:url => "http://mcollective-plugins.googlecode.com/",
:url => "https://github.com/puppetlabs/mcollective-plugins",
:timeout => 180

action "create", :description => "Add a resource to the RAL" do
Expand Down
2 changes: 1 addition & 1 deletion agent/registration-mongodb/registration.rb
Expand Up @@ -32,7 +32,7 @@ class Registration
def initialize
@meta = {:license => "Apache 2",
:author => "R.I.Pienaar <rip@devco.net>",
:url => "http://code.google.com/p/mcollective-plugins/"}
:url => "https://github.com/puppetlabs/mcollective-plugins"}

require 'mongo'

Expand Down
2 changes: 1 addition & 1 deletion agent/registration-monitor/check_mcollective.rb
Expand Up @@ -3,7 +3,7 @@
# Nagios plugin to check mcollective if the registration-monitor
# is in use.
#
# http://code.google.com/p/mcollective-plugins/
# https://github.com/puppetlabs/mcollective-plugins

require 'getoptlong'

Expand Down
2 changes: 1 addition & 1 deletion agent/registration-monitor/registration.rb
Expand Up @@ -10,7 +10,7 @@ def initialize

@meta = {:license => "GPLv2",
:author => "R.I.Pienaar <rip@devco.net>",
:url => "http://code.google.com/p/mcollective-plugins/"}
:url => "https://github.com/puppetlabs/mcollective-plugins"}
end

def handlemsg(msg, connection)
Expand Down
4 changes: 2 additions & 2 deletions agent/service/agent/puppet-service.rb
Expand Up @@ -2,7 +2,7 @@ module MCollective
module Agent
# An agent that uses Reductive Labs puppet to manage services
#
# See http://code.google.com/p/mcollective-plugins/
# See https://github.com/puppetlabs/mcollective-plugins
#
# Released under the terms of the GPL, same as Puppet
#
Expand All @@ -13,7 +13,7 @@ class Service<RPC::Agent
:author => "R.I.Pienaar",
:license => "GPLv2",
:version => "2.0",
:url => "http://mcollective-plugins.googlecode.com/",
:url => "https://github.com/puppetlabs/mcollective-plugins",
:timeout => 60

["stop", "start", "restart", "status"].each do |act|
Expand Down
2 changes: 1 addition & 1 deletion agent/service/agent/service.ddl
Expand Up @@ -3,7 +3,7 @@ metadata :name => "SimpleRPC Service Agent",
:author => "R.I.Pienaar",
:license => "GPLv2",
:version => "1.2",
:url => "http://mcollective-plugins.googlecode.com/",
:url => "https://github.com/puppetlabs/mcollective-plugins",
:timeout => 60

action "status", :description => "Gets the status of a service" do
Expand Down
2 changes: 1 addition & 1 deletion audit/centralrpclog/agent/centralrpclog-mongodb.rb
Expand Up @@ -19,7 +19,7 @@ def initialize

@meta = {:license => "Apache 2",
:author => "R.I.Pienaar <rip@devco.net>",
:url => "http://code.google.com/p/mcollective-plugins/"}
:url => "https://github.com/puppetlabs/mcollective-plugins"}

require 'mongo'

Expand Down
2 changes: 1 addition & 1 deletion audit/centralrpclog/agent/centralrpclog.rb
Expand Up @@ -11,7 +11,7 @@ def initialize

@meta = {:license => "Apache 2",
:author => "R.I.Pienaar <rip@devco.net>",
:url => "http://code.google.com/p/mcollective-plugins/"}
:url => "https://github.com/puppetlabs/mcollective-plugins"}
end

def handlemsg(msg, connection)
Expand Down
2 changes: 1 addition & 1 deletion audit/centralrpclog/audit/centralrpclog.rb
Expand Up @@ -3,7 +3,7 @@ module RPC
# A RPC::Audit plugin that sends all audit messages to a non SimpleRPC agent called
# centralrpclog where it can then process them however it feels like
#
# http://code.google.com/p/mcollective-plugins/
# https://github.com/puppetlabs/mcollective-plugins
class Centralrpclog<Audit
def audit_request(request, connection)
begin
Expand Down
2 changes: 1 addition & 1 deletion facts/facter/facter.rb
Expand Up @@ -14,7 +14,7 @@ module Facts
# a second or so.
# - the cache time can be altered by setting plugin.facter.cache_time in the server.cfg
#
# See: http://code.google.com/p/mcollective-plugins/wiki/FactsRLFacter
# See: http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/FactsFacter
#
# Plugin released under the terms of the GPL.
class Facter<Base
Expand Down
2 changes: 1 addition & 1 deletion registration/meta.rb
Expand Up @@ -8,7 +8,7 @@ module Registration
#
# will add cf classes soon
#
# http://code.google.com/p/mcollective-plugins/wiki/RegistrationMetaData
# http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/RegistrationMetaData
# Author: R.I.Pienaar <rip@devco.net>
# Licence: Apache 2
class Meta<Base
Expand Down
2 changes: 1 addition & 1 deletion utilities/mc-ssh/mc-ssh
Expand Up @@ -14,7 +14,7 @@
#
# Released under Apache Licence 2, R.I.Pienaar <rip@devco.net>
#
# http://mcollective-plugins.googlecode.com/
# https://github.com/puppetlabs/mcollective-plugins

require 'mcollective'
require 'rdialog'
Expand Down
2 changes: 1 addition & 1 deletion utilities/mc-ssh/mc-ssh-highline
Expand Up @@ -14,7 +14,7 @@
#
# Released under Apache Licence 2, R.I.Pienaar <rip@devco.net>
#
# http://mcollective-plugins.googlecode.com/
# https://github.com/puppetlabs/mcollective-plugins

require 'mcollective'
require 'highline/import'
Expand Down

0 comments on commit 013bd87

Please sign in to comment.