Actions
Bug #25304
closedBuilding the installer no longer uncomments the kafo_modules_dir
Status:
Closed
Priority:
Normal
Assignee:
Category:
foreman-installer script
Target version:
Difficulty:
Triaged:
No
Description
In 9929fe2ed9009fdec146a6ee75f2f2d7f084f6f7 the building process was changed. A regression was introduced that no longer uncommented the kafo_modules_dir.
Source (config/foreman.yaml):
# :kafo_modules_dir: /usr/lib/ruby/vendor_ruby/kafo/modules
With the command:
KAFO_MODULES_DIR=/path/to/kafo/modules bundle exec rake
Before the regression it produced:
:kafo_modules_dir: /path/to/kafo/modules
After the regression it didn't uncomment the setting:
# :kafo_modules_dir: /path/to/kafo/modules
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ewoud Kohl van Wijngaarden
- Pull request https://github.com/theforeman/foreman-installer/pull/300 added
Updated by Ewoud Kohl van Wijngaarden about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 3ff078d12560c3f7ec55dad6bc70dd87dd7855a0.
Actions