Small error message fix.
This commit is contained in:
parent
41bc8e7454
commit
635920e56e
|
@ -654,7 +654,7 @@ en:
|
||||||
Shared folders that Chef requires are missing on the virtual machine.
|
Shared folders that Chef requires are missing on the virtual machine.
|
||||||
This is usually due to configuration changing after already booting the
|
This is usually due to configuration changing after already booting the
|
||||||
machine. The fix is to run a `vagrant reload` so that the proper shared
|
machine. The fix is to run a `vagrant reload` so that the proper shared
|
||||||
folders will prepared and mounted on the VM.
|
folders will be prepared and mounted on the VM.
|
||||||
no_convergence: |-
|
no_convergence: |-
|
||||||
Chef never successfully completed! Any errors should be visible in the
|
Chef never successfully completed! Any errors should be visible in the
|
||||||
output above. Please fix your recipes so that they properly complete.
|
output above. Please fix your recipes so that they properly complete.
|
||||||
|
@ -692,7 +692,7 @@ en:
|
||||||
Shared folders that Puppet requires are missing on the virtual machine.
|
Shared folders that Puppet requires are missing on the virtual machine.
|
||||||
This is usually due to configuration changing after already booting the
|
This is usually due to configuration changing after already booting the
|
||||||
machine. The fix is to run a `vagrant reload` so that the proper shared
|
machine. The fix is to run a `vagrant reload` so that the proper shared
|
||||||
folders will prepared and mounted on the VM.
|
folders will be prepared and mounted on the VM.
|
||||||
module_path_missing: "The configured module path doesn't exist: %{path}"
|
module_path_missing: "The configured module path doesn't exist: %{path}"
|
||||||
|
|
||||||
puppet_server:
|
puppet_server:
|
||||||
|
|
Loading…
Reference in New Issue