Bug #4669
HostMailer summary method refers to undefined variable 'env'
Description
In:
raise (_("unable to find any hosts for puppet environment=%s") % env) if envhosts.size == 0
"env" isn't defined. It should be options[:env].
Associated revisions
fixes #4669 - HostMailer summary method refers to undefined variable
(cherry picked from commit 7966448c3cf6ae6194e6800e570668d3c65d2c25)
History
#1
Updated by Stephen Benjamin over 8 years ago
#2
Updated by Dominic Cleal over 8 years ago
- Legacy Backlogs Release (now unused) set to 7
#3
Updated by Anonymous over 8 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset 7966448c3cf6ae6194e6800e570668d3c65d2c25.
fixes #4669 - HostMailer summary method refers to undefined variable