Method: Chef::Resource::LWRPBase.valid_actions

Defined in:
lib/chef/resource/lwrp_base.rb

.valid_actions(*args) ⇒ Object

Deprecated.


89
90
91
92
# File 'lib/chef/resource/lwrp_base.rb', line 89

def valid_actions(*args)
  Chef::Log.warn("`valid_actions` is deprecated, please use `allowed_actions` instead!")
  allowed_actions(*args)
end