Method: Unix::Host#platform_defaults
- Defined in:
- lib/beaker/host/unix.rb
#platform_defaults ⇒ Object
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 |