Actions
Bug #26695
closed"/usr/sbin/foreman-rake -- config -k 'puppetdb_dashboard_address' -v" fails installation
Difficulty:
Triaged:
No
Description
when using foreman-installer and setting option foreman::plugin::puppetdb:dashboard_address, installation fails with error:
Execution of '/usr/sbin/foreman-rake -- config -k 'puppetdb_dashboard_address' -v 'http://foreman-example.com:8080/pdb/dashboard'' returned 1: rake aborted!
NoMethodError: undefined method `settings_type' for nil:NilClass
/usr/share/foreman/lib/tasks/config.rake:105:in `block in run_key_values'
/usr/share/foreman/lib/tasks/config.rake:100:in `each'
/usr/share/foreman/lib/tasks/config.rake:100:in `run_key_values'
/usr/share/foreman/lib/tasks/config.rake:77:in `run'
/usr/share/foreman/lib/tasks/config.rake:167:in `block in <top (required)>'
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-12.3.0/exe/rake:27:in `<top (required)>'
Tasks: TOP => config
Updated by Anonymous almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman|0809bbdf4ba42f5f0c27be4504bb2b46ef1dd736.
Actions