summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornfagerlund <nick.fagerlund@gmail.com>2011-02-23 18:18:45 -0800
committernfagerlund <nick.fagerlund@gmail.com>2011-02-23 18:18:45 -0800
commita42e796fa88574ef97a99b034c4229b961bdac60 (patch)
tree829c4362f019c0f4a523b76af5431887ef106ad7
parenta767eb03e7a01c047020763c0bfe3b500ac5044d (diff)
parentb5bae9f99fb2ab2bd2429d047db7e53aa8c90fbd (diff)
downloadpuppet-a42e796fa88574ef97a99b034c4229b961bdac60.tar.gz
puppet-a42e796fa88574ef97a99b034c4229b961bdac60.tar.xz
puppet-a42e796fa88574ef97a99b034c4229b961bdac60.zip
Merge branch 'ticket/2.6.next/6331' into 2.6.next
-rw-r--r--README.queueing2
-rw-r--r--examples/modules/sample-module/README.txt4
-rw-r--r--ext/puppetstoredconfigclean.rb2
-rwxr-xr-xlib/puppet/type/file/content.rb3
-rw-r--r--tasks/rake/git_workflow.rake2
5 files changed, 6 insertions, 7 deletions
diff --git a/README.queueing b/README.queueing
index 8c4a18029..83a8e19c0 100644
--- a/README.queueing
+++ b/README.queueing
@@ -8,7 +8,7 @@ Queue Daemon).
Currently this is only supported for "Storeconfigs" which is
documented at:
-http://reductivelabs.com/trac/puppet/wiki/UsingStoredConfiguration
+http://projects.puppetlabs.com/projects/1/wiki/Using_Stored_Configuration
In the future this feature can be extended to any new puppet
data which involves storage in a database.
diff --git a/examples/modules/sample-module/README.txt b/examples/modules/sample-module/README.txt
index cd35c83a1..233e54b8d 100644
--- a/examples/modules/sample-module/README.txt
+++ b/examples/modules/sample-module/README.txt
@@ -12,6 +12,6 @@ templates/sample.erb
Note the consistent naming of files for Puppet::Util::Autoload
Reference Documents:
-http://reductivelabs.com/trac/puppet/wiki/ModuleOrganisation
+http://docs.puppetlabs.com/guides/modules.html
http://docs.puppetlabs.com/guides/custom_functions.html
-http://reductivelabs.com/trac/puppet/wiki/FunctionReference
+http://docs.puppetlabs.com/references/latest/function.html
diff --git a/ext/puppetstoredconfigclean.rb b/ext/puppetstoredconfigclean.rb
index 16f39efa1..dcbefa816 100644
--- a/ext/puppetstoredconfigclean.rb
+++ b/ext/puppetstoredconfigclean.rb
@@ -3,7 +3,7 @@
# Script to clean up stored configs for (a) given host(s)
#
# Credits:
-# Script was taken from http://reductivelabs.com/trac/puppet/attachment/wiki/UsingStoredConfiguration/kill_node_in_storedconfigs_db.rb
+# Script was taken from http://reductivelabs.com/trac/puppet/attachment/wiki/UsingStoredConfiguration/kill_node_in_storedconfigs_db.rb (link no longer valid),
# which haven been initially posted by James Turnbull
# duritong adapted and improved the script a bit.
diff --git a/lib/puppet/type/file/content.rb b/lib/puppet/type/file/content.rb
index cf924f371..63c0aaf4d 100755
--- a/lib/puppet/type/file/content.rb
+++ b/lib/puppet/type/file/content.rb
@@ -31,8 +31,7 @@ module Puppet
}
}
- This attribute is especially useful when used with
- `PuppetTemplating templating`:trac:."
+ This attribute is especially useful when used with templating."
# Store a checksum as the value, rather than the actual content.
# Simplifies everything.
diff --git a/tasks/rake/git_workflow.rake b/tasks/rake/git_workflow.rake
index b2f96c603..980d2fbce 100644
--- a/tasks/rake/git_workflow.rake
+++ b/tasks/rake/git_workflow.rake
@@ -1,5 +1,5 @@
# This set of tasks helps automate the workflow as described on
-# http://reductivelabs.com/trac/puppet/wiki/Development/DevelopmentLifecycle
+# http://projects.puppetlabs.com/projects/puppet/wiki/Development_Lifecycle
def find_start(start)