Method: Chef::Provider#action_nothing
- Defined in:
- lib/chef/provider.rb
#action_nothing ⇒ Object
the :nothing action which is available on all resources by default
201 202 203 204 |
# File 'lib/chef/provider.rb', line 201 def action_nothing logger.trace("Doing nothing for #{@new_resource}") true end |