diff options
| author | James Turnbull <james@lovedthanlost.net> | 2010-04-14 18:46:52 +1000 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2010-04-17 18:11:36 +1000 |
| commit | f351e2dcf0c133c7e800f09f9a6f65146d856bde (patch) | |
| tree | 5d4f4922943d3240a3f8e686f35c6ee96e02e434 /examples/modules/sample-module/lib | |
| parent | cf7e6967632ba3f1d3b7ae21ccaf5daed9cec6e7 (diff) | |
| download | puppet-f351e2dcf0c133c7e800f09f9a6f65146d856bde.tar.gz puppet-f351e2dcf0c133c7e800f09f9a6f65146d856bde.tar.xz puppet-f351e2dcf0c133c7e800f09f9a6f65146d856bde.zip | |
Renamed all references to Reductive Labs to Puppet Labs
Diffstat (limited to 'examples/modules/sample-module/lib')
| -rw-r--r-- | examples/modules/sample-module/lib/puppet/parser/functions/hostname_to_dn.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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| |
