diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-13 17:43:45 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-13 17:43:45 +0000 |
| commit | 3e1b6bc8e2d3c27d279e4160c8a1082cfa68d777 (patch) | |
| tree | 959179aa2b6868430536c4239c7d1ebe11792da2 /lib/puppet.rb | |
| parent | 95269bf12514e6f6c67f304a58e3dd858fbba0f3 (diff) | |
| download | puppet-3e1b6bc8e2d3c27d279e4160c8a1082cfa68d777.tar.gz puppet-3e1b6bc8e2d3c27d279e4160c8a1082cfa68d777.tar.xz puppet-3e1b6bc8e2d3c27d279e4160c8a1082cfa68d777.zip | |
Adding a :trace config option that prints stack traces of DevErrors, and using that in DevError instead of :debug
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1583 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet.rb')
| -rw-r--r-- | lib/puppet.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb index 402a7e3b8..19b7ef134 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -104,6 +104,7 @@ module Puppet end self.setdefaults(:puppet, + :trace => [false, "Whether to print stack traces on some errors"], :statedir => { :default => "$vardir/state", :mode => 01777, :desc => "The directory where Puppet state is stored. Generally, |
