Actions
Bug #4658
closedEnvironment list returns undefined method `[]' for nil:NilClass on Puppet 3.5
Description
On Puppet 3.5, the environment import throws an exception:
NoMethodError: undefined method `[]' for nil:NilClass /usr/share/foreman-proxy/bin/../lib/proxy/puppet/environment.rb:29:in `puppet_environments' /usr/share/foreman-proxy/bin/../lib/proxy/puppet/environment.rb:13:in `all' /usr/share/foreman-proxy/bin/../lib/puppet_api.rb:40:in `GET /puppet/environments'
Actions