summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-24 23:30:02 -0800
committerTim Smith <tsmith@chef.io>2018-11-24 23:30:02 -0800
commitfb8cbcbd5345a1d8836c629e98ea8193ea4e4a11 (patch)
tree346305d5de66c5483f5ed0bc94f24786f8b7044f
parent9241129d24cd4e3d7d2b7623d35068dc666e2b1c (diff)
downloadohai-fb8cbcbd5345a1d8836c629e98ea8193ea4e4a11.tar.gz
Add cumulus linux os-release remapping
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/ohai/plugins/linux/platform.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ohai/plugins/linux/platform.rb b/lib/ohai/plugins/linux/platform.rb
index 625cb91b..3bf08ae2 100644
--- a/lib/ohai/plugins/linux/platform.rb
+++ b/lib/ohai/plugins/linux/platform.rb
@@ -327,6 +327,8 @@ Ohai.plugin(:Platform) do
"opensuseleap"
when "xenenterprise"
"xenserver"
+ when "cumulus-linux"
+ "cumulus"
else
id
end