Bug #6
Foreman cant save new hosts with puppet 0.24-5
| Status: | Closed | Start: | 09/11/2009 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assigned to: | % 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
Associated revisions
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
Applied in changeset d5f708c35743f55a1ade6023a2dff4087aa62cd9.
