From: drebs Date: Sun, 11 Jul 2010 23:08:13 +0000 (-0300) Subject: Adding loalhost entry to /etc/hosts. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=acf4ce1eb6154b53846aad391b7c1f6a5f7bc421;p=puppet-nodo.git Adding loalhost entry to /etc/hosts. --- diff --git a/manifests/subsystems/hosts.pp b/manifests/subsystems/hosts.pp index 223c523..c669c76 100644 --- a/manifests/subsystems/hosts.pp +++ b/manifests/subsystems/hosts.pp @@ -5,6 +5,11 @@ class hosts { alias => [ "$fqdn" ], } + host { "localhost": + ensure => present, + ip => "127.0.0.1", + } + host { "ip6-localhost": ensure => present, ip => "::1",