Project

General

Profile

« Previous | Next » 

Revision d80e2430

Added by Daniel Lobato Garcia about 7 years ago

Fixes #16159 - Rename mail alerts to not be Puppet specific

Right now, under 'my account', users get emails with alerts about the
status of their hosts regarding configuration management (e.g: if there
was an error, get an alert, or get a weekly summary of all hosts
changes)

These emails gather info from reports that could come from Puppet,
Ansible, Salt or Chef, but there are references to Puppet all over
them.

I think these Puppet references should be removed as these reports
may not come from Puppet.

View differences:

app/services/config_report_importer.rb
# Store all Puppet message logs
import_log_messages
# Check for errors
notify_on_report_error(:puppet_error_state)
notify_on_report_error(:config_error_state)
end
def report_status

Also available in: Unified diff