Fixes path for object validation (#5167)
* Fixes path for object validation
Corrects the relative path used to validate the existence of DNS cluster hosts.
The path was off by one directory level, leading to incorrect validation results.
This change ensures that the correct configuration files are checked, preventing potential errors when deleting, suspending, or unsuspending remote DNS hosts.
* Fixes incorrect path for DNS cluster config
Corrects the relative path to the DNS cluster configuration file,
ensuring the script can properly locate and update host suspension status.
* Fix linting