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 #1

Updated by Ohad Levy almost 14 years ago

  • Category set to Web Interface
  • Assignee set to Ohad Levy
  • Target version set to 0.1-5
Actions #2

Updated by Ohad Levy almost 14 years ago

  • Status changed from New to Ready For Testing
  • % Done changed from 0 to 100
Actions #3

Updated by Ohad Levy almost 14 years ago

  • Status changed from Ready For Testing to Closed
Actions #4

Updated by The Foreman Bot 10 months ago

  • Pull request https://github.com/theforeman/foreman_fog_proxmox/pull/267 added
Actions

Also available in: Atom PDF