diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-04-05 20:31:05 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-04-05 20:31:05 +0000 |
commit | 50ffa7f6b0885e2fb2e1e468c04dfec81f21e011 (patch) | |
tree | ffe5947a81f2b9a501bced70e43953ad6f04c9c9 /lib/puppet | |
parent | 1e4abaeccaef620f7e44b21479d5c9ea52c3360a (diff) | |
download | puppet-50ffa7f6b0885e2fb2e1e468c04dfec81f21e011.tar.gz puppet-50ffa7f6b0885e2fb2e1e468c04dfec81f21e011.tar.xz puppet-50ffa7f6b0885e2fb2e1e468c04dfec81f21e011.zip |
adding a bit of debugging
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1086 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet')
-rwxr-xr-x | lib/puppet/type/exec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/type/exec.rb b/lib/puppet/type/exec.rb index 6fec43520..0f4e42bcd 100755 --- a/lib/puppet/type/exec.rb +++ b/lib/puppet/type/exec.rb @@ -454,6 +454,7 @@ module Puppet status = nil tmppath = ENV["PATH"] dir = self[:cwd] || Dir.pwd + debug "Executing '#{command}'" begin # Do our chdir Dir.chdir(dir) { |