summaryrefslogtreecommitdiffstats
path: root/examples/modules
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-04-14 18:46:52 +1000
committerJames Turnbull <james@lovedthanlost.net>2010-04-17 18:11:36 +1000
commitf351e2dcf0c133c7e800f09f9a6f65146d856bde (patch)
tree5d4f4922943d3240a3f8e686f35c6ee96e02e434 /examples/modules
parentcf7e6967632ba3f1d3b7ae21ccaf5daed9cec6e7 (diff)
downloadpuppet-f351e2dcf0c133c7e800f09f9a6f65146d856bde.tar.gz
puppet-f351e2dcf0c133c7e800f09f9a6f65146d856bde.tar.xz
puppet-f351e2dcf0c133c7e800f09f9a6f65146d856bde.zip
Renamed all references to Reductive Labs to Puppet Labs
Diffstat (limited to 'examples/modules')
-rw-r--r--examples/modules/sample-module/README.txt6
-rw-r--r--examples/modules/sample-module/lib/puppet/parser/functions/hostname_to_dn.rb2
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/modules/sample-module/README.txt b/examples/modules/sample-module/README.txt
index ee4b8201a..579fe60f9 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://reductivelabs.com/trac/puppet/wiki/WritingYourOwnFunctions
-http://reductivelabs.com/trac/puppet/wiki/FunctionReference
+http://puppetlabs.com/trac/puppet/wiki/ModuleOrganisation
+http://puppetlabs.com/trac/puppet/wiki/WritingYourOwnFunctions
+http://puppetlabs.com/trac/puppet/wiki/FunctionReference
diff --git a/examples/modules/sample-module/lib/puppet/parser/functions/hostname_to_dn.rb b/examples/modules/sample-module/lib/puppet/parser/functions/hostname_to_dn.rb
index d7ad7d22e..e507462c6 100644
--- a/examples/modules/sample-module/lib/puppet/parser/functions/hostname_to_dn.rb
+++ b/examples/modules/sample-module/lib/puppet/parser/functions/hostname_to_dn.rb
@@ -27,7 +27,7 @@
# Jeff McCune <jeff.mccune@northstarlabs.net>
# 2007-08-14
-# See: http://reductivelabs.com/trac/puppet/wiki/WritingYourOwnFunctions
+# See: http://puppetlabs.com/trac/puppet/wiki/WritingYourOwnFunctions
module Puppet::Parser::Functions
newfunction(:hostname_to_dn, :type => :rvalue, :doc => "Given 'foo.bar.com', return 'dc=foo,dc=bar,dc=com'.") do |args|