Module: Chef::DSL::Universal
- Includes:
- PlatformIntrospection, Mixin::PowershellOut, Mixin::ShellOut
- Defined in:
- lib/chef/dsl/universal.rb
Overview
Part of a family of DSL mixins.
Chef::DSL::Recipe mixes into Recipes and LWRP Providers.
- this does not target core chef resources and providers.
- this is restricted to recipe/resource/provider context where a resource collection exists.
- cookbook authors should typically include modules into here.
Chef::DSL::Core mixes into Recipes, LWRP Providers and Core Providers
- this adds cores providers on top of the Recipe DSL.
- this is restricted to recipe/resource/provider context where a resource collection exists.
- core chef authors should typically include modules into here.
Chef::DSL::Universal mixes into Recipes, LWRP Resources+Providers, Core Resources+Providers, and Attributes files.
- this adds resources and attributes files.
- do not add helpers which manipulate the resource collection.
- this is for general-purpose stuff that is useful nearly everywhere.
- it also pollutes the namespace of nearly every context, watch out.
Constant Summary
Constants included from Mixin::ShellOut
Mixin::ShellOut::DEPRECATED_OPTIONS
Method Summary
Methods included from Mixin::ShellOut
#run_command_compatible_options, #shell_out, #shell_out!, #shell_out_with_systems_locale, #shell_out_with_systems_locale!
Methods included from Mixin::PowershellOut
#powershell_out, #powershell_out!
Methods included from Mixin::WindowsArchitectureHelper
#assert_valid_windows_architecture!, #disable_wow64_file_redirection, #forced_32bit_override_required?, #is_i386_process_on_x86_64_windows?, #node_supports_windows_architecture?, #node_windows_architecture, #restore_wow64_file_redirection, #valid_windows_architecture?, #with_os_architecture, #wow64_architecture_override_required?, #wow64_directory
Methods included from PlatformIntrospection
#docker?, #platform?, #platform_family?, #value_for_platform, #value_for_platform_family