You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, this happens because every possible key is pushed in the options hash, so the ones that are not given a value end up with absent. I'll submit a pr to fix this soonish, but the way that :absent is checked for and treated by the provider needs to be sanity checked. Probably tests need to be written for that too. I don't really have enough ruby experience required to do this, so someone with a bit more knowledge should do it.
tl;dr all ifs and || let :absent pass through
With the current master (1be5bcd) I get interface files that contain lines like
MTU=absent
. For example:will generate:
Then, if I try to bring the interface up:
This does not seem to happen with the debian provider
The text was updated successfully, but these errors were encountered: