Skip to content
This repository was archived by the owner on Jun 19, 2020. It is now read-only.

(FACT-2512) Handle Raspbian as Debian#421

Merged
sebastian-miclea merged 1 commit intopuppetlabs:masterfrom
mlove-au:FACT-2512
Mar 31, 2020
Merged

(FACT-2512) Handle Raspbian as Debian#421
sebastian-miclea merged 1 commit intopuppetlabs:masterfrom
mlove-au:FACT-2512

Conversation

@mlove-au
Copy link
Copy Markdown
Contributor

This change makes facter run on a Raspbian distro.

The new os facts reported:

os => {
  architecture => "armv7l",
  distro => {
    codename => "stretch",
    description => "Raspbian GNU/Linux 9.11 (stretch)",
    id => "Raspbian",
    release => {
      full => "9.11",
      major => "9",
      minor => "11"
    }
  },
  family => "Debian",
  hardware => "armv7l",
  name => "Raspbian",
  release => {
    full => "9.11",
    major => "9",
    minor => "11"
  },
  selinux => {
    enabled => false
  }
}

@mlove-au mlove-au requested review from a team March 31, 2020 08:28
Comment thread lib/facts/debian/os/distro/release.rb Outdated
@sebastian-miclea sebastian-miclea merged commit 91a8df7 into puppetlabs:master Mar 31, 2020
@mlove-au mlove-au deleted the FACT-2512 branch March 31, 2020 09:27
oanatmaria pushed a commit that referenced this pull request Mar 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants