Project

General

Profile

Actions

Bug #6

closed

Foreman cant save new hosts with puppet 0.24-5

Added by Ohad Levy over 14 years ago. Updated over 14 years ago.

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

Description

seems like the following diff solved the problem, needs to ensure that it doesn't break anything else.

diff --git a/config/initializers/puppet.rb b/config/initializers/puppet.rb
index c3031a8..5a8ae6c 100644
--- a/config/initializers/puppet.rb
+++ b/config/initializers/puppet.rb
@@ -2,3 +2,7 @@ class Resource < Puppet::Rails::Resource
 end
 class SourceFile < Puppet::Rails::SourceFile
 end
+class ResourceTag < Puppet::Rails::ResourceTag
+end

+class ParamValue < Puppet::Rails::ParamValue
+end

Actions #1

Updated by Ohad Levy over 14 years ago

the diff should also include:


+class ParamValue < Puppet::Rails::ParamValue
+end

Actions #2

Updated by Ohad Levy over 14 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF