Skip to content

Commit

Permalink
Merge pull request #139 from eppini/patch-1
Browse files Browse the repository at this point in the history
Update satellite.rb
  • Loading branch information
carabasdaniel committed Nov 23, 2020
2 parents 99737f2 + 78ecfe8 commit 69c1760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/reports/satellite.rb
Expand Up @@ -13,7 +13,7 @@ def process
body = { 'report' => generate_report }

Puppet.info "Submitting report to #{satellite_url}"
submit_request '/api/reports', body
submit_request '/api/config_reports', body
rescue StandardError => e
Puppet.err "Could not send report to Satellite: #{e}\n#{e.backtrace}"
end
Expand Down

0 comments on commit 69c1760

Please sign in to comment.