Sha256: ad6e6b3d4c57e048b3a179dc5443513ab7a08d53c7873e3b3956ea099fdadabb
Contents?: true
Size: 1.65 KB
Versions: 2
Compression:
Stored size: 1.65 KB
Contents
en: vagrant_nfs_guest: actions: vm: nfs: exporting: "Exporting NFS shared folders from guest..." 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..." nfs_setup_firewall: "Setup firewall on the guest to allow NFS exports..." errors: nfs_update_exports_failed: |- There was an error updating the guests /etc/exports file. %{command} Stdout from the command: %{stdout} Stderr from the command: %{stderr} nfs_start_failed: |- Something failed while starting the NFS service on the guest. %{command} Stdout from the command: %{stdout} Stderr from the command: %{stderr} nfs_apply_failed: |- Something failed while applying changes to the NFS service on the guest. %{command} 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. nfs_guest_clean: |- Something failed while cleaning up NFS shared folders on the guest. provider_missing_nfs_setting_cap: |- Missing provider support in vagrant-nfs_guest plugin for retrieving host and guest IPs. Currently only Virtualbox provider is supported.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-nfs_guest-0.1.8 | templates/locales/en.yml |
vagrant-nfs_guest-0.1.7 | templates/locales/en.yml |