summaryrefslogtreecommitdiff
path: root/vm-data/worker.customize
diff options
context:
space:
mode:
Diffstat (limited to 'vm-data/worker.customize')
-rwxr-xr-xvm-data/worker.customize2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm-data/worker.customize b/vm-data/worker.customize
index 546af18..8337dbf 100755
--- a/vm-data/worker.customize
+++ b/vm-data/worker.customize
@@ -62,3 +62,5 @@ cat <<EOF >> "$rootdir/etc/sudoers"
jenkins ALL=(ALL:ALL) NOPASSWD: ALL
EOF
+# Append addresses to /etc/hosts.
+cat vm-data/hosts >> "$rootdir/etc/hosts"