Sha256: 4b7b63150a7211bd11d4b67d78b997ee3713eed85fd59c49c1fcd74aab1e8929

Contents?: true

Size: 1.37 KB

Versions: 2

Compression:

Stored size: 1.37 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..."

    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.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-nfs_guest-0.1.5 templates/locales/en.yml
vagrant-nfs_guest-0.1.4 templates/locales/en.yml