2013-03-27 19:29:21 +00:00
|
|
|
en:
|
|
|
|
vagrant_hostmanager:
|
2013-04-08 17:20:22 +00:00
|
|
|
action:
|
2013-05-02 19:26:05 +00:00
|
|
|
add_host: "Adding /etc/hosts entry: %{ip} %{host} %{aliases}"
|
2013-05-06 06:32:02 +00:00
|
|
|
host_no_ip: "Could not determine ip for machine '%{name}': no private ip configured or machine not up."
|
2013-04-06 12:59:07 +00:00
|
|
|
update: "[%{name}] Updating /etc/hosts file"
|
2013-05-02 19:26:05 +00:00
|
|
|
config:
|
|
|
|
not_a_bool: "A value for %{config_key} can only be true or false, not type '%{value}'"
|
|
|
|
not_an_array_or_string: "A value for %{config_key} must be an Array or String, not type '%{is_class}'"
|