summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Bolt <chase.bolt@gmail.com>2020-11-04 12:32:20 -0800
committerChase Bolt <chase.bolt@gmail.com>2020-11-04 12:32:20 -0800
commitf401e1ea8583383bda88ca157d709e8586c22193 (patch)
tree3ff30405a7a599753a028a8a87504818bfe8fa68
parent6820154a211038eb5a282826bc4be2c491eaafc1 (diff)
downloadohai-f401e1ea8583383bda88ca157d709e8586c22193.tar.gz
pop_os is a derivative of ubuntu
Signed-off-by: Chase Bolt <chase.bolt@gmail.com>
-rw-r--r--lib/ohai/plugins/linux/platform.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/plugins/linux/platform.rb b/lib/ohai/plugins/linux/platform.rb
index f9a73829..61518532 100644
--- a/lib/ohai/plugins/linux/platform.rb
+++ b/lib/ohai/plugins/linux/platform.rb
@@ -133,7 +133,7 @@ Ohai.plugin(:Platform) do
#
def platform_family_from_platform(plat)
case plat
- when /debian/, /ubuntu/, /linuxmint/, /raspbian/, /cumulus/, /kali/
+ when /debian/, /ubuntu/, /linuxmint/, /raspbian/, /cumulus/, /kali/, /pop/
# apt-get+dpkg almost certainly goes here
"debian"
when /oracle/, /centos/, /redhat/, /scientific/, /enterpriseenterprise/, /xcp/, /xenserver/, /cloudlinux/, /ibm_powerkvm/, /parallels/, /nexus_centos/, /clearos/, /bigip/ # Note that 'enterpriseenterprise' is oracle's LSB "distributor ID"