Add support for arbitrary /etc/hosts entries

This commit is contained in:
2019-08-07 12:48:08 -04:00
parent b75e84a124
commit 9b2e12e69b
2 changed files with 11 additions and 0 deletions

View File

@ -19,6 +19,11 @@ logrotate_interval: daily
# Root email name (usually "root")
username_email_root: root
# Hosts entries
hosts:
- name: test
ip: 127.0.0.1
# Administrative shell users for the cluster
admin_users:
- name: "myuser"