Sha256: c0f613f270fa84ad053b66d2f479ff61de9ba89906cb07726a6b33004962e311
Contents?: true
Size: 374 Bytes
Versions: 4
Compression:
Stored size: 374 Bytes
Contents
module VagrantPlugins module GuestDebian8 module Cap class Halt def self.halt(machine) begin machine.communicate.sudo("shutdown -h -H") rescue IOError # Do nothing, because it probably means the machine shut down # and SSH connection was lost. end end end end end end
Version data entries
4 entries across 1 versions & 1 rubygems