Skip to content

Commit

Permalink
Merge pull request #1323 from chef/sled_14
Browse files Browse the repository at this point in the history
Make SLED be part of the suse platform_family
  • Loading branch information
tas50 authored Dec 5, 2018
2 parents a6603d6 + add616a commit eef8032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ohai/plugins/linux/platform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def determine_platform_family
"rhel"
when /amazon/
"amazon"
when /suse/, /sles/, /opensuse/
when /suse/, /sles/, /opensuse/, /opensuseleap/, /sled/
"suse"
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
Expand Down

0 comments on commit eef8032

Please sign in to comment.