Method: Mac::Host#initialize

Defined in:
lib/beaker/host/mac.rb

#initialize(name, host_hash, options) ⇒ Host

Returns a new instance of Host.



27
28
29
30
31
# File 'lib/beaker/host/mac.rb', line 27

def initialize name, host_hash, options
  super

  @external_copy_base = '/var/root'
end