--- lib/PXElator/config.pm 2009/07/31 13:16:11 74 +++ lib/PXElator/config.pm 2009/08/02 02:04:00 110 @@ -18,4 +18,10 @@ return $value; } +sub for_ip { + my $ip = shift; + $tftp::dir = "$server::base_dir/tftp/live-helper/tftpboot"; + $dhcpd::file = "pxelinux.0"; +} + 1;