1105ac3ed4a15e085774bebe88b75aecfd121463
[mirror/dsa-puppet.git] / modules / hosts / templates / etc-hosts.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 127.0.0.1       localhost
7 <%= ipaddress %>        <%= fqdn %> <%= hostname %>
8
9 # The following lines are desirable for IPv6 capable hosts
10 ::1     localhost ip6-localhost ip6-loopback
11 fe00::0 ip6-localnet
12 ff00::0 ip6-mcastprefix
13 ff02::1 ip6-allnodes
14 ff02::2 ip6-allrouters
15 ff02::3 ip6-allhosts