Class: VagrantPlugins::HostPath::Legacy::Config

Inherits:
Vagrant::Config::Base
  • Object
show all
Defined in:
lib/vagrant-host-path/legacy/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#env_keyObject

FIXME: Defaults duplication here!



12
13
14
# File 'lib/vagrant-host-path/legacy/config.rb', line 12

def env_key
  @env_key || "VAGRANT_HOST_PATH"
end

#path_fileObject



16
17
18
# File 'lib/vagrant-host-path/legacy/config.rb', line 16

def path_file
  @path_file || "/tmp/.vagrant-host-path"
end

#profile_pathObject



20
21
22
# File 'lib/vagrant-host-path/legacy/config.rb', line 20

def profile_path
  @profile_path || "/etc/profile.d/vagrant-host-path.sh"
end

#temp_upload_pathObject



24
25
26
# File 'lib/vagrant-host-path/legacy/config.rb', line 24

def temp_upload_path
  @temp_upload_path || "/tmp/vagrant-host-path-profile.sh"
end