Here's the Vagrantfile in ~/.vagrant.d/boxes/saucy64/0/virtualbox :

Vagrant::Config.run do |config|
  # This Vagrantfile is auto-generated by 'vagrant package' to contain
  # the MAC address of the box. Custom configuration should be placed in
  # the actual 'Vagrantfile' in this box.
  config.vm.base_mac = "080027D5AC89"
end

# Load include vagrant file if it exists after the auto-generated
# so it can override any of the settings
include_vagrantfile = File.expand_path("../include/_Vagrantfile", __FILE__)
load include_vagrantfile if File.exist?(include_vagrantfile)
                                                         

On Tuesday, August 5, 2014 3:36:37 PM UTC-7, Alvaro Miranda Aguilera wrote:
>
> what ever it's is not on that vagrantfile
>
> what about
>
> ~/.vagrant,d
>
> must a folder like boxes/base/0/Vagrantfile o .Vagrantfile
>
> (a vagrant file that may came with the box)
>
> or ~/.vagrant.d
>
> and Vagrantfile there (global vagrantfile)
>
> if nothing, it may be the box?
>
>
> On Wed, Aug 6, 2014 at 10:28 AM, Jonathan Means <[email protected] 
> <javascript:>> wrote:
>
>>
>>
>> On Tuesday, August 5, 2014 3:09:26 PM UTC-7, Alvaro Miranda Aguilera 
>> wrote:
>>>
>>>
>>> On Wed, Aug 6, 2014 at 9:46 AM, Jonathan Means <[email protected]> 
>>> wrote:
>>>
>>>> peep.py
>>>
>>>
>>>
>>> can you share your vagrantfile?
>>>
>>
>> Sure. Attached. It's not actually a .txt on my machine. I just had to add 
>> it because I got a pop-up saying the original filetype was not allowed.
>>  
>> -- 
>> 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] <javascript:>.
>> 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