Sha256: ef7f1db5d0e6bef10baf65978bb2219eb4aceaed7772ea7d110107a3b2d1a3da
Contents?: true
Size: 403 Bytes
Versions: 48
Compression:
Stored size: 403 Bytes
Contents
module VagrantPlugins module GuestTinyCore module Cap class Halt def self.halt(machine) begin machine.communicate.sudo("poweroff") rescue IOError, Vagrant::Errors::SSHDisconnected # Do nothing, because it probably means the machine shut down # and SSH connection was lost. end end end end end end
Version data entries
48 entries across 44 versions & 5 rubygems