Puppet: System Administration Automated

Support

Ticket #1218 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

Undefined variable lib/puppet/util/settings.rb

Reported by: dtbartle Assigned to: luke
Priority: normal Milestone:
Component: unknown Version: 0.24.4
Severity: normal Keywords:
Cc: Triage Stage: Ready for checkin
Attached Patches: None Complexity: Trivial

Description

There's an undefined variable in lib/puppet/util/settings.rb, on this line:

raise Puppet::DevError, "Could not find value for %s" % parent

parent is not defined; perhaps this should be varname instead?

Change History

05/10/08 01:55:40 changed by jamtur01

  • complexity changed from Unknown to Trivial.
  • stage changed from Unreviewed to Ready for checkin.

Fixed in commit [da4cdd27573a319e8fa5f89642c98377b8911fa4] in branch 0.24.x

05/12/08 23:19:19 changed by luke

  • status changed from new to closed.
  • resolution set to fixed.

Pushed.