Actions
Bug #4669
closedHostMailer 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].
Actions