Class: Vagrant::Hosts::Fedora

Inherits:
Linux show all
Defined in:
lib/vagrant/hosts/fedora.rb

Instance Attribute Summary

Attributes inherited from Base

#env

Instance Method Summary collapse

Methods inherited from Linux

distro_dispatch, #nfs?, #nfs_cleanup, #nfs_export

Methods included from Util::Retryable

#retryable

Methods inherited from Base

detect, distro_dispatch, load, #nfs?, #nfs_cleanup, #nfs_export

Constructor Details

#initialize(*args) ⇒ Fedora

Returns a new instance of Fedora.



4
5
6
7
8
# File 'lib/vagrant/hosts/fedora.rb', line 4

def initialize(*args)
  super

  @nfs_server_binary = "/etc/init.d/nfs"
end