nautobot / nautobot-app-ssot

Single Source of Truth for Nautobot
https://docs.nautobot.com/projects/ssot/en/latest/
Other
38 stars 41 forks source link

Fix hostname_mapping in Citrix ADM #607

Closed jdrew82 closed 1 week ago

jdrew82 commented 1 week ago

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.