provisioners/chef-solo: Fix copy&paste "Puppet" from a deprecation message

This commit is contained in:
Teemu Matilainen 2014-01-08 13:27:35 -03:00
parent a83498e32a
commit 64ea647e09
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ module VagrantPlugins
end end
def nfs=(value) def nfs=(value)
puts "DEPRECATION: The 'nfs' setting for the Puppet provisioner is" puts "DEPRECATION: The 'nfs' setting for the Chef Solo provisioner is"
puts "deprecated. Please use the 'synced_folder_type' setting instead." puts "deprecated. Please use the 'synced_folder_type' setting instead."
puts "The 'nfs' setting will be removed in the next version of Vagrant." puts "The 'nfs' setting will be removed in the next version of Vagrant."