Sha256: eadf18d6455ea5185a9c91fac04d4d037c78dd8650e6dcf2a2e24af65cd5fbf5
Contents?: true
Size: 2 KB
Versions: 3
Compression:
Stored size: 2 KB
Contents
en: vagrant_shell: already_created: |- The machine is already created. launching_instance: |- Launching an instance with the following settings... not_created: |- Instance is not created. Please run `vagrant up` first. ready: |- Machine is booted and ready for use! rsync_folder: |- Rsyncing folder: %{hostpath} => %{guestpath} terminating: |- Terminating the instance... waiting_for_ready: |- Waiting for instance to become "ready"... waiting_for_ssh: |- Waiting for SSH to become available... warn_networks: |- Warning! The Shell provider doesn't support any of the Vagrant high-level network configurations (`config.vm.network`). They will be silently ignored. config: image_required: |- An Image must be configured via "image" private_key_missing: |- The specified private key for Shell could not be found errors: shell_error: |- There was an error talking to Shell. The error message is shown below: %{message} instance_ready_timeout: |- The instance never became "ready" in Shell. The timeout currently set waiting for the instance to become ready is %{timeout} seconds. Please verify that the machine properly boots. If you need more time set the `instance_ready_timeout` configuration on the Shell provider. rsync_error: |- There was an error when attemping to rsync a share folder. Please inspect the error message below for more info. Host path: %{hostpath} Guest path: %{guestpath} Error: %{stderr} states: short_not_created: |- not created long_not_created: |- The Shell instance is not created. Run `vagrant up` to create it. short_running: |- running long_running: |- The Shell instance is running. To stop this machine, you can run `vagrant halt`. To destroy the machine, you can run `vagrant destroy`.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-shell-0.2.6 | locales/en.yml |
vagrant-shell-0.2.5 | locales/en.yml |
vagrant-shell-0.2.4 | locales/en.yml |