Skip to content

Commit

Permalink
squash: make summary shorter.
Browse files Browse the repository at this point in the history
  • Loading branch information
skycastlelily committed Oct 18, 2024
1 parent 981a572 commit 27ed79d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/mrack/transformers/beaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ def _get_ks_meta(self, host):

def _get_kernel_options(self, host):
"""
Get `kernel_options` value from host or provisioning config
or default if not defined.
Get `kernel_options` value from host or config or default if not defined.
The priority is following:
- host
Expand All @@ -106,8 +105,7 @@ def _get_kernel_options(self, host):

def _get_kernel_options_post(self, host):
"""
Get `kernel_options_post` value from host or provisioning config
or default if not defined.
Get `kernel_options_post` value from host or config or default if not defined.
The priority is following:
- host
Expand Down

0 comments on commit 27ed79d

Please sign in to comment.