| Hi, we recently updated opensuse 15 fact sets in facterdb: https://github.com/voxpupuli/facterdb/pull/241. That PR contains also the Vagrant box to reproduce. The OS facts on all facter 4 releases:
"os": { |
"architecture": "x86_64", |
"distro": { |
"codename": "n/a", |
"description": "openSUSE Leap 15.4 Beta", |
"id": "SUSE", |
"release": { |
"full": "15.4", |
"major": "15", |
"minor": "4" |
} |
}, |
"family": "Suse", |
"hardware": "x86_64", |
"name": "openSUSE", |
"release": { |
"full": "15.4", |
"major": "15", |
"minor": "4" |
}, |
"selinux": { |
"enabled": false |
} |
},
|
but on all facter 3 versions:
"os": { |
"architecture": "x86_64", |
"family": "Suse", |
"hardware": "x86_64", |
"name": "OpenSuSE", |
"release": { |
"full": "15.4", |
"major": "15", |
"minor": "4" |
}, |
"selinux": { |
"enabled": false |
} |
},
|
os.name has a different spelling. I couldn't find anything in the facter changelogs. Is that expected or a bug? |