- #1: for fqdns on 127.0.0.1, write localhost after the fqdn record (https://github.com/kevit)
- #2: substitute underscores in hostnames to support chef node names w/ underscores (https://github.com/joshsmoore)
- #5: centos 7 support with hostnamectl (https://github.com/gene1wood)
- 0.4.1: exclude hostnamectl from amazon distro
- #27: Update default recipe to reload only the hostname plugin instead of ohai (Jonathan Serafini)
- Fixed (and tested) FreeBSD support
- #17: added support for RedHat & CentOS (Damien Roche, Marta Paciorkowska)
- added instructions on manual testing with reboot (Marta Paciorkowska)
- Refresh and fix tests, add Rubocop style checks (Marta Paciorkowska)
- #16: do not remove existing /etc/hosts entries on 127.0.0.1, use configurable IP for hostname entry we need to have for ourselves (Jean Mertz, Marta Paciorkowska)
- Tests: chefspec, test-kitchen
- Substitute
*
inset_fqdn
withnode.name
to allow fully automatic FQDN setup.
- Clean up backup files from community.opscode.com release
- Added change log
metadata.rb
explicitly states cookbook name (Chulki Lee)- New recipe
hostname::vmware
(tily) - Use hostsfile cookbook to manipulate
/etc/hosts
, use 127.0.1.1 instead of trying to figure out own IP (Guilhem Lettron)
- Use attribute levels when setting for Chef 11 compatibility (Alan Wilhelm)
- Syntax fix for compatibility with Ruby 1.9.2
This is prehistory.