Solved Share files to Salt Windows Minions
-
Hello,
Can i get support, I am trying something like this:
salt '' cp.get_file test123.txt
salt '' cp.get_file test123.txt /c/
salt '*' cp.get_file test123.txt \c\And the results are:
I.T_PC:
----------I want to send file to my Windows Minion
Thanks.
File Is hosted in /srv/salt/
-
I believe that your cp.get file should be something like:
salt * cp.get_file salt://test123.txt C:\
You can also do this with the file.managed in a state file.
C:\zabbix_agent\zabbix_agentd.conf: file.managed: - source: - salt://zabbix/zabbix_agentd.conf - user: root - group: root - mode: 644