zuazo / owncloud-cookbook

Chef cookbook to install and configure ownCloud.

Home Page:https://supermarket.chef.io/cookbooks/owncloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

removed config.ssh settings

schmunk42 opened this issue · comments

According to berkshelf/berkshelf#856

I replaced in Vagrantfile

config.ssh.max_tries = 40
config.ssh.timeout   = 120

with

config.vm.boot_timeout = 120

PS: Thanks for the cookbook so far, I haven't send you a PR, because I am fairly new to Vagrant & Co.

Thanks for pointing it out. I've just fixed it in master :)