diff --git a/lib/vagrant-cachier/cap/linux/chef_file_cache_path.rb b/lib/vagrant-cachier/cap/linux/chef_file_cache_path.rb index 07d2136..4dddde5 100644 --- a/lib/vagrant-cachier/cap/linux/chef_file_cache_path.rb +++ b/lib/vagrant-cachier/cap/linux/chef_file_cache_path.rb @@ -5,7 +5,7 @@ module VagrantPlugins module ChefFileCachePath def self.chef_provisioner?(machine) provisioners = machine.config.vm.provisioners - chef_provisioners = [:chef_solo, :chef_client] + chef_provisioners = [:chef_solo, :chef_client, :chef_zero] compat_provisioners = provisioners.select { |p| chef_provisioners.include? p.name || p.type } if compat_provisioners.size > 1