Actions
Bug #1872
closedPuppet and foreman 3.0 Do not play well together
Description
Initial error with current nightly build and latest rc of puppet 3.0
puppet/settings.rb:263:in `convert': Error converting value for param 'hostcert': Error converting value for param 'certdir': Error converting value for param 'ssldir': Could not find value for $confdir (Puppet::Settings::InterpolationError)
Added the following line into foreman/default_settings_loader.rb in method load
Puppet.settings.initialize_global_settings(['--config=/etc/puppet/puppet.conf'])
Removed
Puppet.parse_config from config/initializers/puppet.rb
which results in the current error :-
foreman/app/models/archlinux.rb:1:in `const_missing': uninitialized constant Operatingsystem (NameError)
Files
Updated by Sam Kottler over 12 years ago
- Status changed from New to Assigned
- Assignee set to Sam Kottler
Updated by Sam Kottler over 12 years ago
- Status changed from Assigned to Feedback
- Priority changed from Normal to High
Updated by Sam Kottler over 12 years ago
- Category set to Puppet integration
- Target version set to 1.1
Updated by Sam Kottler over 12 years ago
- Status changed from Feedback to Closed
- % Done changed from 0 to 100
Actions