class FreeBSD::Host
Public Instance Methods
Source
# File lib/beaker/host/freebsd.rb, line 17 def platform_defaults h = Beaker::Options::OptionsHash.new h.merge({ 'user' => 'root', 'group' => 'root', 'pathseparator' => ':', }) end
# File lib/beaker/host/freebsd.rb, line 17 def platform_defaults h = Beaker::Options::OptionsHash.new h.merge({ 'user' => 'root', 'group' => 'root', 'pathseparator' => ':', }) end