This repository contains a simple test case for Salt Issue #5013. The Vagrantfile is configured to use the latest version of Salt from the 'develop' branch, but this can be modified as desired.
- Install Vagrant
- Install the Salty Vagrant plugin
- vagrant plugin install vagrant-salt
- Get the Ubuntu 12.04 base box
- vagrant box add precise64 http://files.vagrantup.com/precise64.box
- Clone this test repository
- git clone git@github.com:jlund/salt-5013
- Start the VM from the cloned directory
- vagrant up
- Wait for the VM to boot and for Salt to bootstrap, then connect to the VM
- vagrant ssh
- Run Salt on the VM
- sudo salt-call --local state.highstate
This is the result that I am getting right now:
local:
----------
State: - file
Name: /var/www/test
Function: recurse
Result: False
Comment: #### /var/www/test/testfile ####
Source file salt://|test/testdir/testfile not found
Changes: