Module: Chef::Mixin::DeprecatedLanguageModule

Includes:
DSL::DataQuery, DSL::PlatformIntrospection
Defined in:
lib/chef/mixin/language.rb

Overview

[DEPRECATED] Chef::Mixin::DeprecatedLanguageModule

This module is a temporary replacement for the previous Chef::Mixin::Language. That module’s functionality was split into two modules, Chef::DSL::PlatformIntrospection, and Chef::DSL::DataQuery.

This module includes both PlatformIntrospection and DataQuery to provide the same interfaces and behavior as the prior Mixin::Language.

This module is loaded via const_missing hook when Chef::Mixin::Language is accessed. See chef/mixin/deprecation for details.

Method Summary

Methods included from DSL::DataQuery

#data_bag, #data_bag_item, #search

Methods included from DSL::PlatformIntrospection

#platform?, #platform_family?, #value_for_platform, #value_for_platform_family