Class: Chef::Provider::WindowsUnsupported
- Defined in:
- lib/chef/providers/windows/unsupported_provider.rb
Defined Under Namespace
Classes: UnsupportedException
Instance Method Summary collapse
Instance Method Details
#action_run ⇒ Object
34 35 36 |
# File 'lib/chef/providers/windows/unsupported_provider.rb', line 34 def action_run raise(UnsupportedException, @new_resource) end |