Open morsik opened 2 months ago
Yes, facter 4 has some bugs with dotted notation. The main problem is it naively splits on dots. I have a feature branch here but it needs more work: https://github.com/puppetlabs/facter/compare/main...joshcooper:dots_3447
Describe the Bug
Can't access fact that contains
.
in keyExpected Behavior
Data should be replied correctly, because network interface names contains dots when used VLANs.
Steps to Reproduce
Try to access IP from VLAN interface because those contain dot.
But this data actually exists!
Environment