diff options
| author | Markus Roberts <Markus@reality.com> | 2010-05-04 15:57:08 -0700 |
|---|---|---|
| committer | test branch <puppet-dev@googlegroups.com> | 2010-02-17 06:50:53 -0800 |
| commit | 7c59acfaefff3a69d67af8a65490e36175965168 (patch) | |
| tree | 77a8cc6e705e74e2bad96ad51f6e709b36d9b2de | |
| parent | e82f5de7e66a54712421d96288cc6a2614f53dd7 (diff) | |
| download | puppet-7c59acfaefff3a69d67af8a65490e36175965168.tar.gz puppet-7c59acfaefff3a69d67af8a65490e36175965168.tar.xz puppet-7c59acfaefff3a69d67af8a65490e36175965168.zip | |
Renamed all references to Reductive Labs to Puppet Labs
Find and replace to the rescue...
| -rwxr-xr-x | ext/yaml_nodes.rb | 2 | ||||
| -rwxr-xr-x | lib/puppet/type/exec.rb | 2 | ||||
| -rw-r--r-- | lib/puppet/type/file.rb | 2 | ||||
| -rwxr-xr-x | test/certmgr/certmgr.rb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/yaml_nodes.rb b/ext/yaml_nodes.rb index 4715b16de..107e57aa2 100755 --- a/ext/yaml_nodes.rb +++ b/ext/yaml_nodes.rb @@ -29,7 +29,7 @@ # # = Copyright # -# Copyright (c) 2009 Reductive Labs, Inc. +# Copyright (c) 2009 Puppet Labs, Inc. # Licensed under the GPL2 require 'yaml' diff --git a/lib/puppet/type/exec.rb b/lib/puppet/type/exec.rb index 39c2911bc..47d85dad4 100755 --- a/lib/puppet/type/exec.rb +++ b/lib/puppet/type/exec.rb @@ -52,7 +52,7 @@ module Puppet in the short term, it is highly recommended to migrate work from ``exec`` to native Puppet types as quickly as possible. If you find that you are doing a lot of work with ``exec``, please at least notify - us at Reductive Labs what you are doing, and hopefully we can work with + us at Puppet Labs what you are doing, and hopefully we can work with you to get a native resource type for the work you are doing." require 'open3' diff --git a/lib/puppet/type/file.rb b/lib/puppet/type/file.rb index 5b41538fd..67bba5c0a 100644 --- a/lib/puppet/type/file.rb +++ b/lib/puppet/type/file.rb @@ -21,7 +21,7 @@ Puppet::Type.newtype(:file) do If you find that you are often copying files in from a central location, rather than using native resources, please contact - Reductive Labs and we can hopefully work with you to develop a + Puppet Labs and we can hopefully work with you to develop a native resource to support what you are doing." newparam(:path) do diff --git a/test/certmgr/certmgr.rb b/test/certmgr/certmgr.rb index 2c4605f03..de63fc399 100755 --- a/test/certmgr/certmgr.rb +++ b/test/certmgr/certmgr.rb @@ -126,7 +126,7 @@ class TestCertMgr < Test::Unit::TestCase :city => "Nashville", :country => "US", :email => "luke@madstop.com", - :org => "Reductive", + :org => "Puppet", :ou => "Development", :encrypt => mkPassFile() ) |
