This PR fixes the hostname_mapping functionality in the Citrix ADM integration. I found when used in client that I had used JSONVar when I meant a StringVar as it's a list of tuples. This also does a bit of housekeeping to remove a duplicate parse_hostname_for_role() that I had missed in the Meraki integration.
This PR fixes the hostname_mapping functionality in the Citrix ADM integration. I found when used in client that I had used JSONVar when I meant a StringVar as it's a list of tuples. This also does a bit of housekeeping to remove a duplicate
parse_hostname_for_role()
that I had missed in the Meraki integration.