Changeset 2304 for trunk


Ignore:
Timestamp:
11/28/19 00:58:39 (5 years ago)
Author:
nanardon
Message:

Add new line after 'deny booting'

File:
1 edited

Legend:

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

    r2303 r2304  
    722722                            if ($retainip); 
    723723                    if ($obj->get_attributes('netLocked')) { 
    724                         $output .=     "    deny booting;"; 
     724                        $output .=     "    deny booting;\n"; 
    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;\n"; 
    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;\n"; 
    812812                        $output .= "}\n\n"; 
    813813                    } 
Note: See TracChangeset for help on using the changeset viewer.