5783d0c Server Upgrade: remove CSV from upgrade files

24 files Authored by mbasti 8 years ago, Committed by jcholast 8 years ago,
    Server Upgrade: remove CSV from upgrade files
    
    CSV values are not supported in upgrade files anymore
    
    Instead of
    
       add:attribute: 'first, part', second
    
    please use
    
      add:attribute: firts, part
      add:attribute: second
    
    Required for ticket: https://fedorahosted.org/freeipa/ticket/4984
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    
        
file modified
+32 -32
file modified
+11 -11
file modified
+13 -13
file modified
+65 -98