diff options
| author | Martin Schwenke <martin@meltin.net> | 2010-08-06 13:46:39 +1000 |
|---|---|---|
| committer | Martin Schwenke <martin@meltin.net> | 2010-08-06 13:46:39 +1000 |
| commit | 70fa256dcc6f072b88c8584a0dfbed2cbc91a6d4 (patch) | |
| tree | ef478750ef4d57a545b3c7d4e656658d7c412442 | |
| parent | 2cef76a9270bff6b946609633c6950ed23407370 (diff) | |
Support HOSTS_STATIC_ENTRIES on the rhel_base nodes too.
Signed-off-by: Martin Schwenke <martin@meltin.net>
| -rw-r--r-- | base/rhel_base/etc/hosts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/rhel_base/etc/hosts b/base/rhel_base/etc/hosts index 3cdac17..94d2f4b 100644 --- a/base/rhel_base/etc/hosts +++ b/base/rhel_base/etc/hosts @@ -1,3 +1,5 @@ 127.0.0.1 localhost +@@@HOSTS_STATIC_ENTRIES@@@ + @@GATEWAY@@ kvmhost |
