Skip to content

Instantly share code, notes, and snippets.

@plathrop
Created January 26, 2009 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plathrop/52926 to your computer and use it in GitHub Desktop.
Save plathrop/52926 to your computer and use it in GitHub Desktop.
resources {
"host":
purge => true;
}
host {
"localhost":
alias => ["services.digg.internal", "publicapi.digg.internal", "services.digg.com"],
ip => "127.0.0.1";
$fqdn:
alias => [$hostname, "www.digg.com"],
ip => $ipaddress;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment