Class: Chef::Provider::WindowsUnsupported

Inherits:
Execute
  • Object
show all
Defined in:
lib/chef/providers/windows/unsupported_provider.rb

Defined Under Namespace

Classes: UnsupportedException

Instance Method Summary collapse

Instance Method Details

#action_runObject

Raises:



34
35
36
# File 'lib/chef/providers/windows/unsupported_provider.rb', line 34

def action_run
  raise(UnsupportedException, @new_resource)
end