UtahDave / salt-vagrant-demo

Demo of Salt in Vagrant. 1 master and 2 minions
Apache License 2.0
247 stars 192 forks source link

Missing directory #23

Closed spuder closed 8 years ago

spuder commented 8 years ago

Not sure where to open this issue. The getting started documentation says

To simplify things, our Vagrant file maps the /srv/salt folder on your Salt master to the local salt-vagrant-demo-master/saltstack/salt

Yet /srv/salt/saltstack directory doesn't exist inside the vagrant VM

UtahDave commented 8 years ago

I just tested this and it's works for me:

vagrant@saltmaster:~$ ls /srv/salt/
common  top.sls

Are you still having this issue? Have you made any changes to the Vagrantfile?

UtahDave commented 8 years ago

I've tested this again and the directory is still correctly mapped. Since I haven't heard back I'm going to close this issue. Please feel free to comment here if you're still seeing this issue and we're reopen.

Thanks!