Actions
Bug #267
closed500 Error on "All Puppet Classes"
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
A 500 error is generated when viewing a host and the user clicks "All Puppet Classes."
It appears that the ERB has bad syntax -- the first line reads:
<% title "All Puppet Classes for #{host}" %>
This should read:
<% title "All Puppet Classes for #{@host.name}" %>
Correcting the line in the ERB fixes the problem.
Updated by Eric Shamow almost 15 years ago
- Status changed from New to Closed
THIS IS A DUPLICATE. Apologies.
Actions