Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
Merge e1bcce3 into 641fb48
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaibuzgau committed Mar 25, 2020
2 parents 641fb48 + e1bcce3 commit 5011f85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Metrics/MethodLength:
- 'lib/custom_facts/util/confine.rb'
- 'lib/custom_facts/core/execution/windows.rb'
- 'lib/custom_facts/core/execution/base.rb'
- 'lib/framework/detector/os_detector.rb'

Metrics/ModuleLength:
Max: 100
Expand Down
2 changes: 2 additions & 0 deletions lib/framework/detector/os_detector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def create_hierarchy(operating_system)
case operating_system.to_sym
when :ubuntu
%w[Debian]
when :elementary
%w[Debian]
when :fedora
%w[El]
when :amzn
Expand Down

0 comments on commit 5011f85

Please sign in to comment.