--- lib/PXElator/config.pm 2009/08/02 01:23:05 109 +++ 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;