Actions
Bug #9118
closedFailed to send email notification puppet_error_state: undefined method `recipients_for' for nil:NilClass
Description
We've configured foreman to send emails on failed puppet runs. The configuration is this:
- Outgoing email settings
production:
delivery_method: :smtp
smtp_settings:
address: smtp.domain.net
port: 25
domain: domain.net
authentication: :none
tls: false
enable_starttls_auto: false
In foreman logs we noticed this error:
Failed to send email notification puppet_error_state: undefined method `recipients_for' for nil:NilClass
Actions