Method: Unix::Host#platform_defaults

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

#platform_defaultsObject



17
18
19
20
21
22
23
24
# File 'lib/beaker/host/unix.rb', line 17

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