Hello,

the error seems to indicate the script you are running is not finding the
files in the location expected.

is the shared folder mounted right?

I would suggest do this:

vagrant ssh -c "sudo su -"
df -Ph

cd /vagrant

and check the paths and the script you want to run, and run it manually like

bash /vagrant/<script>

Vagrant is just following instructions, so if the shared folder is mounted,
and the script is being executed properly, then it seems the fix will came
from updating the script you are running.

Alvaro


On Thu, Mar 24, 2016 at 5:35 AM, Thom Duppstadt <[email protected]>
wrote:

>
> Attached the Vagrantfile
>
>
> On Wednesday, March 23, 2016 at 9:33:20 AM UTC-7, Thom Duppstadt wrote:
>>
>> I'm using Vagrant through VirtualBox and I'm receiving a 'Source not
>> found' error on 11 files. Any ideas how to resolve this issue? Here is a
>> singular example of this error
>>
>> ==> fxnetworks: ----------
>> ==> fxnetworks:           ID: ads.local.php
>> ==> fxnetworks:     Function: file.managed
>> ==> fxnetworks:         Name: /vagrant/config/autoload/ads.local.php
>> ==> fxnetworks:       Result: False
>> ==> fxnetworks:      Comment: Source file 
>> salt://fxnetworks/files/fxnetworks/vagrant/ads.local.php not found
>> ==> fxnetworks:      Started: 16:03:11.891313
>> ==> fxnetworks:     Duration: 3.052 ms
>> ==> fxnetworks:      Changes:
>> ==> fxnetworks: ----------
>>
>> Thank you in advance for your time.
>>
>> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in
> violation of those guidelines may result in your removal from this mailing
> list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> 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].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vagrant-up/32a9309e-6b1b-41df-8432-f62a624a97d2%40googlegroups.com
> <https://groups.google.com/d/msgid/vagrant-up/32a9309e-6b1b-41df-8432-f62a624a97d2%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0ewpy5ugk%3D14%2B0x4HVNwvYPjpU35vkC5DqR%3DO2H9o2suYQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to