Class: Kitchen::Transport::Winrm::Connection
- Inherits:
-
Base::Connection
- Object
- Base::Connection
- Kitchen::Transport::Winrm::Connection
- Defined in:
- lib/kitchen/provisioner/ip_finder/winrm.rb
Instance Method Summary collapse
Instance Method Details
#node_execute(command, &block) ⇒ Object
5 6 7 |
# File 'lib/kitchen/provisioner/ip_finder/winrm.rb', line 5 def node_execute(command, &block) session.run_powershell_script(command, &block) end |