While this fixes the reported problem and the issues encountered in reproducing
it
there are several things I'm less that satisfied with:
* I was never able to figure out how it could have been working for Luke as
noted
on the ticket; the core problem seems to have been consistent back to 0.25.0
* Due to the host_alias change and the way aliasing works in general, even with
this patch some reasonable seeming things (such as "ralsh host localhost") may
not always work as expected. With a /etc/host line of:
127.0.0.1 localhost.localdomain localhost
the name of the host is "localhost.localdomain" and "localhost" is a property
(the only element of the host_aliases array). With the line:
127.0.0.1 localhost localhost.localdomain
the situation is reversed. I'm not entirely happy with this.
* The potential shortcoming noted on the fix-commit.
Still, it's a (small) step in the right direction, in that each of the changes
brings
the code to a more coherent state.
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en.