summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarkus Roberts <Markus@reality.com>2010-05-04 15:57:08 -0700
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commit7c59acfaefff3a69d67af8a65490e36175965168 (patch)
tree77a8cc6e705e74e2bad96ad51f6e709b36d9b2de /lib
parente82f5de7e66a54712421d96288cc6a2614f53dd7 (diff)
downloadpuppet-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...
Diffstat (limited to 'lib')
-rwxr-xr-xlib/puppet/type/exec.rb2
-rw-r--r--lib/puppet/type/file.rb2
2 files changed, 2 insertions, 2 deletions
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