Skip to content

Commit

Permalink
Merge pull request #2641 from joshcooper/order_dependent_17181
Browse files Browse the repository at this point in the history
Revert "Merge pull request #2531 from buzzdeee/master"
  • Loading branch information
joshcooper authored Nov 18, 2023
2 parents c813235 + cce8166 commit 9fc23c5
Show file tree
Hide file tree
Showing 130 changed files with 22 additions and 3,370 deletions.
21 changes: 19 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,27 @@ Metrics/AbcSize:
Enabled: false

Metrics/PerceivedComplexity:
Enabled: false
Exclude:
- 'lib/facter/custom_facts/util/values.rb'
- 'lib/facter/custom_facts/util/confine.rb'
- 'lib/facter/custom_facts/core/execution/windows.rb'
- 'lib/facter/custom_facts/core/execution/posix.rb'
- 'install.rb'
- 'lib/facter/resolvers/aix/ffi/ffi_helper.rb'

Metrics/CyclomaticComplexity:
Enabled: false
Exclude:
- 'lib/facter/resolvers/windows/product_release.rb'
- 'lib/facter/custom_facts/util/values.rb'
- 'lib/facter/custom_facts/util/confine.rb'
- 'lib/facter/custom_facts/core/execution/windows.rb'
- 'lib/facter/custom_facts/core/execution/posix.rb'
- 'lib/facter/facts/linux/cloud/provider.rb'
- 'lib/facter/facts/windows/cloud/provider.rb'
- 'lib/facter/framework/detector/os_detector.rb'
- 'install.rb'
- 'scripts/generate_changelog.rb'
- 'lib/facter/resolvers/aix/ffi/ffi_helper.rb'

Metrics/ClassLength:
Enabled: false
Expand Down
5 changes: 2 additions & 3 deletions lib/facter/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ module Config
]
},
{
'Bsd' => %w[
Freebsd
Openbsd
'Bsd' => [
'Freebsd'
]
},
'Solaris',
Expand Down
19 changes: 0 additions & 19 deletions lib/facter/facts/openbsd/augeas/version.rb

This file was deleted.

19 changes: 0 additions & 19 deletions lib/facter/facts/openbsd/dmi/bios/vendor.rb

This file was deleted.

19 changes: 0 additions & 19 deletions lib/facter/facts/openbsd/dmi/bios/version.rb

This file was deleted.

17 changes: 0 additions & 17 deletions lib/facter/facts/openbsd/dmi/manufacturer.rb

This file was deleted.

19 changes: 0 additions & 19 deletions lib/facter/facts/openbsd/dmi/product/name.rb

This file was deleted.

19 changes: 0 additions & 19 deletions lib/facter/facts/openbsd/dmi/product/serial_number.rb

This file was deleted.

19 changes: 0 additions & 19 deletions lib/facter/facts/openbsd/dmi/product/uuid.rb

This file was deleted.

23 changes: 0 additions & 23 deletions lib/facter/facts/openbsd/ec2_metadata.rb

This file was deleted.

23 changes: 0 additions & 23 deletions lib/facter/facts/openbsd/ec2_userdata.rb

This file was deleted.

14 changes: 0 additions & 14 deletions lib/facter/facts/openbsd/facterversion.rb

This file was deleted.

16 changes: 0 additions & 16 deletions lib/facter/facts/openbsd/identity/gid.rb

This file was deleted.

18 changes: 0 additions & 18 deletions lib/facter/facts/openbsd/identity/group.rb

This file was deleted.

16 changes: 0 additions & 16 deletions lib/facter/facts/openbsd/identity/privileged.rb

This file was deleted.

16 changes: 0 additions & 16 deletions lib/facter/facts/openbsd/identity/uid.rb

This file was deleted.

17 changes: 0 additions & 17 deletions lib/facter/facts/openbsd/identity/user.rb

This file was deleted.

20 changes: 0 additions & 20 deletions lib/facter/facts/openbsd/ipaddress6_interfaces.rb

This file was deleted.

20 changes: 0 additions & 20 deletions lib/facter/facts/openbsd/ipaddress_interfaces.rb

This file was deleted.

21 changes: 0 additions & 21 deletions lib/facter/facts/openbsd/is_virtual.rb

This file was deleted.

Loading

0 comments on commit 9fc23c5

Please sign in to comment.