Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Platform OS
-
Platform OS Kanban
-
Not Needed
-
Needs Assessment
Description
Please add support for the current openSUSE release (LEAP 15.0) in facter - the upcoming SUSE enterprise version 15 (SLES 15) will share the same code base, so this should be done anyway.
Current output of facter (version 3.11.1) on LEAP 15.0:
os => {
|
architecture => "x86_64",
|
family => "Linux",
|
hardware => "x86_64",
|
name => "Linux",
|
release => {
|
full => "4.12.14-lp150.12.4-default",
|
major => "4",
|
minor => "12"
|
},
|
selinux => {
|
enabled => false
|
}
|
}
|
Output on previous version (LEAP 42.3):
os => {
|
architecture => "x86_64",
|
family => "Suse",
|
hardware => "x86_64",
|
name => "OpenSuSE",
|
release => {
|
full => "42.3",
|
major => "42",
|
minor => "3"
|
},
|
selinux => {
|
enabled => false
|
}
|
}
|
Attachments
Issue Links
- blocks
-
IMAGES-818 Create machine image(s) for SLES 15 x86_64
-
- Resolved
-