change requested after a PR review

This commit is contained in:
Eugenio Marzo 2017-07-22 07:58:38 +02:00
parent 3a5331cbb2
commit 94a94648dd
2 changed files with 0 additions and 9 deletions

View File

@ -35,7 +35,6 @@ module VagrantPlugins
upload_encrypted_data_bag_secret upload_encrypted_data_bag_secret
setup_json setup_json
setup_zero_config setup_zero_config
verify_chef_nodes_folder
run_chef_zero run_chef_zero
delete_encrypted_data_bag_secret delete_encrypted_data_bag_secret
end end
@ -102,12 +101,6 @@ module VagrantPlugins
end end
end end
def verify_chef_nodes_folder
if !File.exists? @config.nodes_path[0][1]
raise ChefError, :missing_chef_node_folder
end
end
protected protected
# Extracts only the remote paths from a list of folders # Extracts only the remote paths from a list of folders

View File

@ -2192,8 +2192,6 @@ en:
running_solo_again: "Running chef-solo again (failed to converge)..." running_solo_again: "Running chef-solo again (failed to converge)..."
running_zero: "Running chef-client (local-mode)..." running_zero: "Running chef-client (local-mode)..."
running_zero_again: "Running chef-client (local-mode) again (failed to converge)..." running_zero_again: "Running chef-client (local-mode) again (failed to converge)..."
missing_chef_node_folder: |-
Nodes folder that Chef requires is missing in this Vagrant project
missing_shared_folders: |- missing_shared_folders: |-
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