Title: Message Title
Charlie Sharpsteen commented on an issue
Puppet / Bug PUP-1928
puppet's idea of /etc/hosts management does not match real world use
Here is a valid extract from an /etc/hosts files on a RHEL box:

    127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
    ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6

Here is the code to make puppet add these entries:

        host { 'localhost':
                ip => '127.0.0.1',
 ...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to