Report abuse

manifest snippet

1
2
3
4
5
6
7
8
9
10
  host {
    $fqdn:
      alias => [$hostname, "localhost"],
      ip => "127.0.0.1";
  }

  resources {
    "host":
      purge => true;
  }

/etc/hosts post-puppet

1
2
127.0.0.1       localhost
127.0.0.1       s0292.digg.internal     s0292   localhost