Title: Message Title
Leonardo Rodrigues de Mello commented on an issue
Puppet / Bug PUP-2753
Adding FQDN with Host type breaks /etc/hosts
Hello,

We have discovered that managing the hosts file with this puppet module tends to break the /etc/hosts file: https://github.com/ghoneycutt/puppet-module-hosts This will eventually run the following code

{code}
host { $::fqdn:
  ensure => present,
  host_aliases => $::hostname,
  ip => $::ipaddress,
}
{code}

This happen...

--
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