blob: a0e2457deb25d673d80e2d800bf5301c042c5384 (
plain)
1
2
3
4
5
|
Further configuration is required to connect salt and foreman-proxy, see:
http://theforeman.org/plugins/foreman_salt/
To upload reports from SaltStack highstates to Foreman, add a line like this to your /etc/crontab:
*/10 * * * * root /usr/local/sbin/upload-salt-reports >>/var/log/foreman-proxy/salt-cron.log 2>&1
|