summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-05 11:45:12 -0800
committerGitHub <noreply@github.com>2018-12-05 11:45:12 -0800
commit3c6f16d72468985f6faf635550be1f585148e915 (patch)
tree1f2444e4f2c08bc5be00e2d148f9c3c1128baabe
parentafe9dbcb87c8a2b2c8ad27471ed64b8844dfc490 (diff)
parenteead500d92fd3bc2ae7a939e8cb159683b87bfe7 (diff)
downloadohai-3c6f16d72468985f6faf635550be1f585148e915.tar.gz
Merge pull request #1326 from chef/more_arch
Add antergos and manjaro linux to the Arch platform_family
-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 4d86b20e..e5ca9f27 100644
--- a/lib/ohai/plugins/linux/platform.rb
+++ b/lib/ohai/plugins/linux/platform.rb
@@ -149,7 +149,7 @@ Ohai.plugin(:Platform) do
"gentoo"
when /slackware/
"slackware"
- when /arch/
+ when /arch/, /manjaro/, /antergos/
"arch"
when /exherbo/
"exherbo"