Sha256: 4f6a4eaa4961057274ebd05559548d34414c1e54d9bde253fee5f3aee89a0d0b
Contents?: true
Size: 864 Bytes
Versions: 16
Compression:
Stored size: 864 Bytes
Contents
en: vagrant_windows: errors: network_winrm_required: |- Configuring networks on Windows requires the communicator to be set to WinRM. To do this, add the following to your Vagrantfile: config.vm.communicator = "winrm" Note that the Windows guest must be configured to accept insecure WinRM connections, and the WinRM port must be forwarded properly from the guest machine. This is not always done by default. rename_computer_failed: |- Renaming the Windows guest failed. Most often this is because you've specified a FQDN instead of just a host name. Ensure the new guest name is properly formatted. Standard names may contain letters (a-z, A-Z), numbers (0-9), and hypens (-), but no spaces or periods (.). The name may not consist entirely of digits.
Version data entries
16 entries across 16 versions & 3 rubygems