class Mac::Host

def initialize name, host_hash, options

def initialize name, host_hash, options
  super
  @external_copy_base = '/var/root'
end

def platform_defaults

def platform_defaults
  h = Beaker::Options::OptionsHash.new
  h.merge({
            'user' => 'root',
            'group' => 'root',
            'pathseparator' => ':',
          })
end