Bug #6

Foreman cant save new hosts with puppet 0.24-5

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

Status:Closed Start:09/11/2009
Priority:Low Due date:
Assigned to:Ohad Levy % Done:

100%

Category:Web Interface
Target version:0.1
Backlog: Difficulity:
Votes: 0

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

History

Updated by Ohad Levy over 2 years ago

the diff should also include:


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

Updated by Ohad Levy over 2 years ago

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

Also available in: Atom PDF