templates/locales/en.yml in vagrant-nfs_guest-0.1.0 vs templates/locales/en.yml in vagrant-nfs_guest-0.1.1
- old
+ new
@@ -7,10 +7,11 @@
mounting: "Mounting NFS shared folders from guest..."
unmounting: "Unmounting NFS shared folders from guest..."
guests:
linux:
nfs_export: "Preparing to edit /etc/exports on the guest..."
+ nfs_server_installing: "Installing nfs server on the guest..."
errors:
nfs_update_exports_failed: |-
There was an error updating the guests /etc/exports file.
@@ -39,5 +40,11 @@
Stdout from the command:
%{stdout}
Stderr from the command:
%{stderr}
+
+ nfs_server_missing: |-
+ Guest is missing the required NFS server daemon.
+
+ nfs_server_not_installed: |-
+ Guest cannot install the required NFS server daemon.