Class: Chef::Provider::Cron::Unix
- Inherits:
-
Chef::Provider::Cron
- Object
- Chef::Provider
- Chef::Provider::Cron
- Chef::Provider::Cron::Unix
- Includes:
- Mixin::ShellOut
- Defined in:
- lib/chef/provider/cron/unix.rb
Direct Known Subclasses
Constant Summary
Constants included from Mixin::ShellOut
Mixin::ShellOut::DEPRECATED_OPTIONS
Constants inherited from Chef::Provider::Cron
CRON_ATTRIBUTES, CRON_PATTERN, ENV_PATTERN, SPECIAL_PATTERN, SPECIAL_TIME_VALUES, Solaris, WEEKDAY_SYMBOLS
Instance Attribute Summary
Attributes inherited from Chef::Provider::Cron
Attributes inherited from Chef::Provider
#action, #cookbook_name, #current_resource, #new_resource, #recipe_name, #run_context
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 inherited from Chef::Provider::Cron
#action_create, #action_delete, #cron_different?, #initialize, #load_current_resource, #whyrun_supported?
Methods included from Mixin::Command
#chdir_or_tmpdir, #handle_command_failures, #output_of_command, #run_command, #run_command_and_return_stdout_stderr, #run_command_with_systems_locale
Methods included from Mixin::Command::Windows
Methods included from Mixin::Command::Unix
Methods inherited from Chef::Provider
#action_nothing, #cleanup_after_converge, #converge_by, #define_resource_requirements, #events, #initialize, #load_current_resource, #node, node_map, #process_resource_requirements, provides, provides?, #requirements, #resource_collection, #resource_updated?, #run_action, #set_updated_status, supports?, #whyrun_mode?, #whyrun_supported?
Methods included from Mixin::DescendantsTracker
#descendants, descendants, direct_descendants, #direct_descendants, find_descendants_by_name, #find_descendants_by_name, #inherited, store_inherited
Constructor Details
This class inherits a constructor from Chef::Provider::Cron