Uploaded image for project: 'Facter'
  1. Facter
  2. FACT-1862

Add support for openSUSE/SLES 15

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • FACT 3.11.5
    • None
    • 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

          Activity

            People

              scott.garman Scott Garman
              mcgege Michael Geiger
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Zendesk Support