provisioners/chef-solo: Fix copy&paste "Puppet" from a deprecation message
This commit is contained in:
parent
a83498e32a
commit
64ea647e09
|
@ -29,7 +29,7 @@ module VagrantPlugins
|
|||
end
|
||||
|
||||
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 "The 'nfs' setting will be removed in the next version of Vagrant."
|
||||
|
||||
|
|
Loading…
Reference in New Issue