summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-25 21:06:00 -0800
committerTim Smith <tsmith@chef.io>2018-11-25 21:06:00 -0800
commitfddebcc8f65e4a9ee2a5014d828f3471c5ca1c7f (patch)
treeda0b910024268b1a821f392cbba837a9df895fed
parentfb8cbcbd5345a1d8836c629e98ea8193ea4e4a11 (diff)
downloadohai-fddebcc8f65e4a9ee2a5014d828f3471c5ca1c7f.tar.gz
Remove duplicate arista_eos platform
Signed-off-by: Tim Smith <tsmith@chef.io>
-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 3bf08ae2..c96a2981 100644
--- a/lib/ohai/plugins/linux/platform.rb
+++ b/lib/ohai/plugins/linux/platform.rb
@@ -151,7 +151,7 @@ Ohai.plugin(:Platform) do
"amazon"
when /suse/, /sles/, /opensuse/
"suse"
- when /fedora/, /pidora/, /arista_eos/, /arista_eos/
+ when /fedora/, /pidora/, /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"