diff --git a/plugins/hosts/linux/cap/nfs.rb b/plugins/hosts/linux/cap/nfs.rb index cb8288ef4..f45899a05 100644 --- a/plugins/hosts/linux/cap/nfs.rb +++ b/plugins/hosts/linux/cap/nfs.rb @@ -8,7 +8,7 @@ module VagrantPlugins extend Vagrant::Util::Retryable def self.nfs_apply_command(env) - "/usr/bin/exportfs -r" + "/usr/bin/exportfs -ar" end def self.nfs_check_command(env)