summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2016-02-25 15:13:06 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2016-02-25 15:13:06 -0800
commit8d9ca8771a65ea968be03339f484a817a88c5d4a (patch)
tree366a0f4d6cabef112ffc4a72f2775918a5a850f9
parente51833571aa603e70e46893c5fdc6c11263009a6 (diff)
downloadchef-8d9ca8771a65ea968be03339f484a817a88c5d4a.tar.gz
cookbook_version needs to be extended with the fips mixin
-rw-r--r--lib/chef/cookbook_version.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/cookbook_version.rb b/lib/chef/cookbook_version.rb
index 5a718c5d6a..f3d5c6f167 100644
--- a/lib/chef/cookbook_version.rb
+++ b/lib/chef/cookbook_version.rb
@@ -39,6 +39,7 @@ class Chef
include Comparable
include Chef::Mixin::FIPS
+ extend Chef::Mixin::FIPS
COOKBOOK_SEGMENTS = [ :resources, :providers, :recipes, :definitions, :libraries, :attributes, :files, :templates, :root_files ]