Changeset 1069 for trunk/LATMOS-Accounts


Ignore:
Timestamp:
07/24/12 22:56:03 (12 years ago)
Author:
nanardon
Message:
  • fix comment character in puppet zone
File:
1 edited

Legend:

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

    r1064 r1069  
    334334    my @output = (); 
    335335    my $com_prefix =  
    336         $ozone->get_attributes('type') eq 'dhcp' ? '# ' : '; '; 
     336        $ozone->get_attributes('type') =~ /^(dhcp|puppet)$/ ? '# ' : '; '; 
    337337    push @output, sprintf('Zone %s, type %s', $ozone->id, 
    338338        $ozone->get_attributes('type')); 
Note: See TracChangeset for help on using the changeset viewer.