lib/freighthop.rb in freighthop-0.2.0 vs lib/freighthop.rb in freighthop-0.2.1
- old
+ new
@@ -29,9 +29,15 @@
def hostname
"#{app_name}.vagrant.dev"
end
+ # For now only use NFS on vmware to work around this issue:
+ # https://github.com/phinze/landrush/issues/17
+ def nfs?
+ vmware?
+ end
+
def box_url
if vmware?
'http://files.vagrantup.com/precise64_vmware.box'
else
'http://files.vagrantup.com/precise64.box'