diff options
author | Tim Smith <tsmith@chef.io> | 2020-04-18 10:18:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-18 10:18:52 -0700 |
commit | 0b20a50a900a160475b37a43627839d5afcda009 (patch) | |
tree | f9de5ef7b61ff42f959e508cc112c40544c29e33 | |
parent | 4a7b20bc53ee7f43d5ff7a0e3c844959093914d7 (diff) | |
parent | 30641284bde9ea3af74255ca4c3748185b651902 (diff) | |
download | chef-0b20a50a900a160475b37a43627839d5afcda009.tar.gz |
Merge pull request #9691 from damacus/fix/redhat-6.9-specs
CentOS 6.9 Fauxhai deprecation
-rw-r--r-- | chef-utils/spec/unit/dsl/platform_family_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/spec/unit/dsl/platform_family_spec.rb b/chef-utils/spec/unit/dsl/platform_family_spec.rb index bba6084b90..d3d436c26d 100644 --- a/chef-utils/spec/unit/dsl/platform_family_spec.rb +++ b/chef-utils/spec/unit/dsl/platform_family_spec.rb @@ -89,7 +89,7 @@ RSpec.describe ChefUtils::DSL::PlatformFamily do end context "on centos6" do - let(:options) { { platform: "centos", version: "6.9" } } + let(:options) { { platform: "centos", version: "6.10" } } pf_reports_true_for(:rhel?, :rpm_based?, :fedora_derived?, :redhat_based?, :el?, :rhel6?) end |