Puppet: System Administration Automated

Support

Ticket #1079 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

puppet aborts when using hostname in a node

Reported by: machpo Assigned to: luke
Priority: normal Milestone:
Component: server Version: 0.24.1
Severity: normal Keywords: invalid tag
Cc: Triage Stage: Ready for checkin
Attached Patches: Code Complexity: Trivial

Description

(this is version 0.24.x as of the filing of this ticket)

A simple site.pp:

node default { }

node "foo.bar.com" { }

When attempting to compile this configuration, puppetmaster will throw an error:

err: Invalid tag "foo.bar.com" on node foo.bar.com

If the foo node definition is commented out, it works just fine. puppetmaster stack trace attached.

Attachments

trace.txt (2.5 kB) - added by machpo on 02/23/08 22:56:58.
puppetmaster trace

Change History

02/23/08 22:56:58 changed by machpo

  • attachment trace.txt added.

puppetmaster trace

02/23/08 23:34:32 changed by jamtur01

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

Fixed in commit [f184228956fc4c2050a5901130fd506b8f069dd6] in branch 0.24.x.

02/26/08 01:05:42 changed by luke

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

Pushed.