Project

General

Profile

Actions

Bug #268

closed

500 Error on "All Puppet Classes"

Added by Eric Shamow almost 14 years ago. Updated 10 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Web Interface
Target version:
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

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.

Actions

Also available in: Atom PDF