Sha256: 94dd15bba06774da72387ea0bf5c7d72a8d8177d39ea109a9136e03d86fb5d6b
Contents?: true
Size: 383 Bytes
Versions: 19
Compression:
Stored size: 383 Bytes
Contents
module VagrantPlugins module GuestDarwin module Cap class Halt def self.halt(machine) begin machine.communicate.sudo("shutdown -h now") rescue IOError # Do nothing because SSH connection closed and it probably # means the VM just shut down really fast. end end end end end end
Version data entries
19 entries across 16 versions & 6 rubygems