On Thu, May 7, 2015 at 5:45 AM, AixNPanes <[email protected]> wrote:
> Vagrant.configure("2") do |c|
>
>  c.vm.box = "learningchef/centos65"
>
>  c.vm.box_url = "learningchef/centos65"
>
>  c.vm.hostname = "server-centos65.vagrantup.com"
>
>  c.vm.network(:private_network, {:ip=>"192.168.38.34"})
>
>  c.vm.synced_folder ".", "/vagrant", disabled: true
>
>  #c.vm.provider :virtualbox do |p|
>
>  end

Hello,

There is no task to do for virtualbox p block so I commented out

but vagrant up works fine

inet addr:192.168.38.34

and the Ip gets configured

-- 
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