implement client::conf to fetch/set (with default) client configuration
[pxelator] / lib / PXElator / pxelinux.pm
index 2837db2..c9b88bf 100644 (file)
@@ -41,7 +41,7 @@ sub config_for_ip {
 
        warn "# config: $path ", -s $path;
 
-
+       return $config;
 }
 
 1;