summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/chef_fs_data_store.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-02-10 10:43:54 -0800
committerdanielsdeleo <dan@getchef.com>2015-02-11 10:52:50 -0800
commit5c72aff6a75c749c28b153b576f75ea1e818708c (patch)
tree7076510f3d6c64b6ea69e2d3995c5648230b0659 /lib/chef/chef_fs/chef_fs_data_store.rb
parent06757d1307538f7b4d8ef4c57beedc7eff8b8bbe (diff)
downloadchef-5c72aff6a75c749c28b153b576f75ea1e818708c.tar.gz
Ensure cookbook_manifest is required where it's used
Diffstat (limited to 'lib/chef/chef_fs/chef_fs_data_store.rb')
-rw-r--r--lib/chef/chef_fs/chef_fs_data_store.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/chef_fs/chef_fs_data_store.rb b/lib/chef/chef_fs/chef_fs_data_store.rb
index 5f147720eb..4084fb80d3 100644
--- a/lib/chef/chef_fs/chef_fs_data_store.rb
+++ b/lib/chef/chef_fs/chef_fs_data_store.rb
@@ -16,6 +16,7 @@
# limitations under the License.
#
+require 'chef/cookbook_manifest'
require 'chef_zero/data_store/memory_store'
require 'chef_zero/data_store/data_already_exists_error'
require 'chef_zero/data_store/data_not_found_error'