-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sap_hana_install: Fix issue 756 #757
sap_hana_install: Fix issue 756 #757
Conversation
All the fapolicyd tasks are now inside blocks which are only active when sap_hana_install_use_fapolicyd is true. Signed-off-by: Bernd Finger <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@berndfinger Cosmetical, but I think you can apply the tag of the tasks to the block now, instead all individual tasks? In any case, merging soon would be nice, since this issue currently breaks the HANA post-inst. :) |
Also fix some fapolicyd task names. Signed-off-by: Bernd Finger <[email protected]>
Signed-off-by: Bernd Finger <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, lgtm 👍
Two of the tasks were enabled even when
sap_hana_install_use_fapolicyd
was set tofalse
. This PR fixes the issue and ensures that all the fapolicyd tasks are now inside blocks which are only active whensap_hana_install_use_fapolicyd
istrue
.