Puppet: System Administration Automated

Support

Ticket #1070 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

Fixed puppetrun configuration error

Reported by: jamtur01 Assigned to: luke
Priority: normal Milestone:
Component: library Version:
Severity: normal Keywords: puppetrun configuration file puppetmasterd
Cc: Triage Stage: Ready for checkin
Attached Patches: Code Complexity: Unknown

Description

puppetrun is parsing the old puppetmasterd.conf configuration file.

# Now parse the config
config = File.join(Puppet[:confdir], "puppetmasterd.conf")
Puppet.parse_config(config)

Change History

02/16/08 03:58:48 changed by jamtur01

  • owner changed from community to luke.
  • stage changed from Unreviewed to Ready for checkin.
  • patch changed from None to Code.

Fixed in commit [458cb238e8cdde8d19977c1908c85ad32a7a6c78] in branch 0.24.x

02/16/08 21:38:05 changed by luke

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

Pushed.