summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-09-27 17:36:42 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-09-27 17:36:42 +0000
commit244a11d36f70ea38a85de709dc7cfcb80b610f7e (patch)
treed346e49b891719dcddeea38de9934beb076fe88b /lib/puppet/util.rb
parent674841cd2b218e1425b0337d1839d54392c5b2b9 (diff)
downloadpuppet-244a11d36f70ea38a85de709dc7cfcb80b610f7e.tar.gz
puppet-244a11d36f70ea38a85de709dc7cfcb80b610f7e.tar.xz
puppet-244a11d36f70ea38a85de709dc7cfcb80b610f7e.zip
Fixing what I hope are the last batch of problems caused by the addition of the suidmanager module. Also fixing a couple of other small issues that somehow cropped up. All tests should now pass again.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1699 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/util.rb')
-rw-r--r--lib/puppet/util.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/util.rb b/lib/puppet/util.rb
index 5f8d6f31a..0141d1c3c 100644
--- a/lib/puppet/util.rb
+++ b/lib/puppet/util.rb
@@ -5,7 +5,7 @@ require 'puppet/lock'
module Puppet
# A command failed to execute.
- class ExecutionFailure < RuntimeError
+ class ExecutionFailure < Puppet::Error
end
module Util
require 'benchmark'