I believe it's called auto_detect (with an underscore)

HTH, Torben
Am 05.02.2015 07:48 schrieb "Anthony Kong" <[email protected]>:

> I am using vagrant-cachier with my vagrant setup
>
>
> Here is setting in my Vagrantfile
>
> if Vagrant.has_plugin?("vagrant-cachier")
>     # Configure cached packages to be shared between instances of the same
> base box.
>     config.cache.scope = :box
>     config.cache.auto-detect = true
>   end
>
>
> This error appears after I upgraded chefDK to 0.4
>
>
> $ vagrant up
> Bringing machine 'default' up with 'virtualbox' provider...
>     default: The Berkshelf shelf is at
> "/Users/antkong/.berkshelf/vagrant-berkshelf/shelves/berkshelf20150205-79170-x3cyt0-default"
> ==> default: Sharing cookbooks with VM
> There are errors in the configuration of this machine. Please fix
> the following errors and try again:
>
> vagrant cachier:
> * The following settings shouldn't exist: auto
>
>
>
> Any suggestion of what the problem is?
>
> Cheers
>
> --
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to