160379b installer: positional_arguments must be tuple or list of strings

1 file Authored by dkupka 7 years ago, Committed by mbasti 7 years ago,
    installer: positional_arguments must be tuple or list of strings
    
    Setting string here was causing search for substring instead of search for value
    in tuple or list.
    
    https://fedorahosted.org/freeipa/ticket/5945
    
    Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>