diff options
| author | Luke Kanies <luke@madstop.com> | 2008-05-12 16:19:07 -0500 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-05-12 16:19:07 -0500 |
| commit | 2ab75f66ed0a5d307aa9bb55856777d27b0b5348 (patch) | |
| tree | 67bb1ab14b2d8aca5d37e64907545063b9b3eeab /lib/puppet/util | |
| parent | 270c007672c9a0458f14189cff3ccf1ff6311963 (diff) | |
| parent | ae842ea8214a846624f89711d34f7481d5a8d01a (diff) | |
Merge commit 'turnbull/0.24.x' into 0.24.x
Diffstat (limited to 'lib/puppet/util')
| -rw-r--r-- | lib/puppet/util/settings.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/util/settings.rb b/lib/puppet/util/settings.rb index d27406d6d..0e6f91e48 100644 --- a/lib/puppet/util/settings.rb +++ b/lib/puppet/util/settings.rb @@ -122,7 +122,7 @@ class Puppet::Util::Settings if pval = self.value(varname) pval else - raise Puppet::DevError, "Could not find value for %s" % parent + raise Puppet::DevError, "Could not find value for %s" % value end end |
