Project

General

Profile

Actions

Bug #267

closed

500 Error on "All Puppet Classes"

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

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
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 #1

Updated by Eric Shamow almost 14 years ago

  • Status changed from New to Closed

THIS IS A DUPLICATE. Apologies.

Actions

Also available in: Atom PDF