summaryrefslogtreecommitdiff
path: root/lib/ohai
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-03-12 10:11:24 -0800
committerTim Smith <tsmith84@gmail.com>2021-03-12 10:11:24 -0800
commitd5a0b34e1ab9e8317d3804b8bc1b0885d4e68e48 (patch)
tree5e6629b7b8a70a1fd7e5ad6ee18c3b90c9c6896f /lib/ohai
parent9ccb88a7660a0c6d3421851e74d483badbf67eee (diff)
downloadohai-d5a0b34e1ab9e8317d3804b8bc1b0885d4e68e48.tar.gz
Remove support for Pidora which is discontinuedpidora
Pidora is Fedora 18 and hasn't been updated since 2014. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/ohai')
-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 9dd1cef1..8f886aed 100644
--- a/lib/ohai/plugins/linux/platform.rb
+++ b/lib/ohai/plugins/linux/platform.rb
@@ -149,7 +149,7 @@ Ohai.plugin(:Platform) do
"amazon"
when /suse/, /sles/, /opensuse/, /opensuseleap/, /sled/
"suse"
- when /fedora/, /pidora/, /arista_eos/
+ when /fedora/, /arista_eos/
# In the broadest sense: RPM-based, fedora-derived distributions which are not strictly re-compiled RHEL (if it uses RPMs, and smells more like redhat and less like
# SuSE it probably goes here).
"fedora"