diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-05-10 09:54:49 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-05-10 09:54:49 +1000 |
commit | da4cdd27573a319e8fa5f89642c98377b8911fa4 (patch) | |
tree | 4c582f8017ea27959a3484fb49c5f20ed5473bd2 /lib | |
parent | 2b185af97882afb4a7feab42de97771ceed80b43 (diff) | |
download | puppet-da4cdd27573a319e8fa5f89642c98377b8911fa4.tar.gz puppet-da4cdd27573a319e8fa5f89642c98377b8911fa4.tar.xz puppet-da4cdd27573a319e8fa5f89642c98377b8911fa4.zip |
Fix for ticket #1218 - changed to appropriate variable name
Diffstat (limited to 'lib')
-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 |