Skip to content

Commit

Permalink
Fixes #28352: Enable tuning config for foreman scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Apr 15, 2020
1 parent 473629d commit 7d633fa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/foreman.migrations/20200415012059_set_tuning_fact.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
scenario[:facts] = {} unless scenario.key?(:facts)
scenario[:facts]['tuning'] ||= 'default'
3 changes: 3 additions & 0 deletions config/foreman.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
# If using the Debian ruby-kafo package, uncomment this
# :kafo_modules_dir: /usr/lib/ruby/vendor_ruby/kafo/modules

:facts:
tuning: 'default'

## Kafo tuning, customization of core functionality
:name: Foreman
:description: Default installation of Foreman
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7d633fa

Please sign in to comment.