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
(FACT-3151) Ensure /etc/os-release can contain comments without raising
Comments are allowed in the /etc/os-release files (see this link for more
information: https://www.man7.org/linux/man-pages/man5/os-release.5.html). This
commit enables comments in /etc/os-releases files without raising an exception
and adds a spec test to ensure Facter is behaving as expected.
Fabiano Pires (fxpires) wrote the commit that allows comments in
/etc/os-release files without raising an exception. Previously, Facter would
raise an exception if there was a comment in the /etc/os-release files.
Co-authored by: Fabiano Pires <[email protected]>
0 commit comments