Sha256: 6744d1f53625a3893596a950158344e1e9843c5f7aba99c6bc767ef3c54e4599
Contents?: true
Size: 424 Bytes
Versions: 48
Compression:
Stored size: 424 Bytes
Contents
module VagrantPlugins module GuestBSD module Cap class Halt def self.halt(machine) begin machine.communicate.sudo("/sbin/shutdown -p now", shell: "sh") 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