Sha256: b8e00ddc09aa3a0aca350e10b95202f91708c5da4c4de39aa88ed83a4d5d9eea

Contents?: true

Size: 1.45 KB

Versions: 1

Compression:

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-nfs_guest-0.1.6 templates/locales/en.yml