The hosts cookbook configures the /etc/hosts file.
Tested on Ubuntu 12
node['hosts']['aliases']
- An array of aliases for the node. Defaults to [].node['hosts']['entries']
- A map between ip address and domain name. Defaults to {}.
The following recipes provided:
hosts::default
- Configure the /etc/hosts file.