[vagrant-up] Vagrant with Windows Guest Example needed

2015-05-05 Thread Torben Knerr
Hi everybody, I'm looking for a simple Vagrant / VirtualBox with Windows guest example. So far I built my own windows box from the boxcutter/windows templates, which worked fine. Now I'm using the simplest possible Vagrantfile, like this: Vagrant.configure(2) do |config| config.vm.box =

Re: [vagrant-up] Vagrant-aws, provision doesn't update cookbooks

2015-05-05 Thread Yoshi Spendiff
Hi, No, that doesn't work either. Further investigation shows that it's a problem with syncing all of the cookbooks for use with Chef solo. When running vagrant provision the cookbooks are vendored to ~/.berkshelf/vagrant-berkshelf/shelves/berkshelfsome identifier/cookbook and I can see my

Re: [vagrant-up] Vagrant-aws, provision doesn't update cookbooks

2015-05-05 Thread Alvaro Miranda Aguilera
On Wed, May 6, 2015 at 4:19 AM, Yoshi Spendiff yo...@spendiff.net wrote: ~/.berkshelf/vagrant-berkshelf/shelves/berkshelfsome identifier/cookbook and I can see my updates in there. When provisioning is finished I can also see the recipe changes applied to /vagrant/recipes. None of this is

Re: [vagrant-up] OSX10.10-Chef-Vagrant-VirtualBox-CentOS6.5-HostOnly

2015-05-05 Thread Alvaro Miranda Aguilera
Can you share your vagrantfile ? On Wed, May 6, 2015 at 4:27 AM, AixNPanes tim.da...@cru.org wrote: I have attempted to set up a new VBox with the following. The net is that I can't get the HostOnly interface to communicate. chef generate cookbook chef-server cat EOF .kitchen1.yml ---