Andrew Edwards
Andrew Edwards
In my environment, I solve these types of issues with post running and compiled config load fixups. These fixups happen before the running and compiled config comparison to build remediation...
This can be addressed this with either an idempotent_command rule e.g. https://github.com/netdevops/hier_config/blob/master/hier_config/platforms/hp_procurve/driver.py#L238 or by adding this functionality to the idempotent_for Driver method e.g. https://github.com/netdevops/hier_config/blob/master/hier_config/platforms/hp_procurve/driver.py#L115. I have a suspicion that if...