summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-28 16:03:42 -0800
committerTim Smith <tsmith@chef.io>2018-11-28 21:09:10 -0800
commit6932f9d1c84d9e46fb073d0ee429e6eecf8d2c54 (patch)
treecc386ffa44dad4d2b36ccfd30b03e649d5ce4065 /lib
parent124f5d2f0a5f97ae430f3f782a79577b4020675d (diff)
downloadohai-6932f9d1c84d9e46fb073d0ee429e6eecf8d2c54.tar.gz
Add support for SUSE Linux Enterprise Desktopsled
This has its own OS ID Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib')
-rw-r--r--lib/ohai/plugins/linux/platform.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ohai/plugins/linux/platform.rb b/lib/ohai/plugins/linux/platform.rb
index 96beb4cf..e620184f 100644
--- a/lib/ohai/plugins/linux/platform.rb
+++ b/lib/ohai/plugins/linux/platform.rb
@@ -28,6 +28,7 @@ Ohai.plugin(:Platform) do
"rhel" => "redhat",
"amzn" => "amazon",
"ol" => "oracle",
+ "sled" => "suse",
"sles" => "suse",
"opensuse-leap" => "opensuseleap",
"xenenterprise" => "xenserver",