From: Matt Robinson <m...@puppetlabs.com>

Paired-with: Max Martin

Signed-off-by: Max Martin <m...@puppetlabs.com>
---
 lib/puppet/type/exec.rb |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/lib/puppet/type/exec.rb b/lib/puppet/type/exec.rb
index 5ed2b10..387c592 100755
--- a/lib/puppet/type/exec.rb
+++ b/lib/puppet/type/exec.rb
@@ -23,10 +23,8 @@ module Puppet
       you are doing a lot of work with `exec`, please at least notify
       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.
-      
-      **Autorequires:** If Puppet is managing an exec's cwd or the executable 
file used in an exec's command, the exec resource will autorequire those files. 
If Puppet is managing the user that an exec should run as, the exec resource 
will autorequire that user."
 
-    require 'open3'
+      **Autorequires:** If Puppet is managing an exec's cwd or the executable 
file used in an exec's command, the exec resource will autorequire those files. 
If Puppet is managing the user that an exec should run as, the exec resource 
will autorequire that user."
 
     # Create a new check mechanism.  It's basically just a parameter that
     # provides one extra 'check' method.
-- 
1.7.4

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to puppet-dev@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to