zuazo/owncloud-cookbook

View on GitHub
attributes/default.rb

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

  if (platform_family?('rhel') && !platform?('amazon') &&
     node['platform_version'].to_i < 7) ||
     (platform?('debian') && node['platform_version'].to_i < 7) ||
     (platform?('ubuntu') && node['platform_version'].to_i < 12)
    '7.0.4'
Severity: Major
Found in attributes/default.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status