Hi- I have a question regarding transfer files to minion. I try to use cp.get-file
salt 'eliyahu-VirtualBox' cp.get_file salt://home/ec2-user/salt/this.tar /home/eliyahu/build # the first path is the path to file in master an sec path is the dest in the minion.
response is {'eliyahu-VirtualBox' : ' '}
in actual file not transferred.
I read in the code this '' causes maybe because this salt path is not hash.
but I checked it with cp.hash_file salt://home/ec2-user/salt/this.tar on the local minion- and I get the hash number. but in my 'eliyahu-VirtualBox' again result is : ' '
how it really works? I try few ways =/ cannot reproduce this command..