From 7c59acfaefff3a69d67af8a65490e36175965168 Mon Sep 17 00:00:00 2001 From: Markus Roberts Date: Tue, 4 May 2010 15:57:08 -0700 Subject: Renamed all references to Reductive Labs to Puppet Labs Find and replace to the rescue... --- lib/puppet/type/exec.rb | 2 +- lib/puppet/type/file.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 -- cgit