Changeset 2303


Ignore:
Timestamp:
11/27/19 20:18:54 (5 years ago)
Author:
nanardon
Message:

Typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Task/Buildnet.pm

    r2302 r2303  
    722722                            if ($retainip); 
    723723                    if ($obj->get_attributes('netLocked')) { 
    724                         $output .=     "    deny booting;" 
     724                        $output .=     "    deny booting;"; 
    725725                    } 
    726726                    $output .= "}\n\n"; 
     
    803803                        $output .= sprintf("host %s-%s-%s {\n", $nethost, lc($fmac), $ZoneId); 
    804804                        $output .= sprintf("    hardware ethernet %s;\n", $mac); 
    805                         $output .=         "    deny booting;" 
     805                        $output .=         "    deny booting;"; 
    806806                        $output .= "}\n\n"; 
    807807                    } 
     
    809809                        $output .= sprintf("host %s-%s-%s {\n", $nethost, lc($fmac), $ZoneId); 
    810810                        $output .= sprintf("    hardware ethernet %s;\n", $mac); 
    811                         $output .=         "    deny booting;" 
     811                        $output .=         "    deny booting;"; 
    812812                        $output .= "}\n\n"; 
    813813                    } 
Note: See TracChangeset for help on using the changeset viewer.