hello,
i had two entry in the hosts file :
::1 localhost localhost.my.domain
127.0.0.1 localhost localhost.my.domain
i wanted to remove the ::1 one as php mail() seems to have issue with
it. I used:
host{ ''localhost'':
ip => ''::1'',
alias => ''localhost.my.domain'',
ensure => absent;
}
but it removed both entry. I just wanted to warn users about that :)
i do not know if having both entry is bad configuration or if ipv6
requires that the hosts type use another tuple for uniqness.
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users