We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471daba commit e7cbd5fCopy full SHA for e7cbd5f
1 file changed
deploy/ansible/roles-sap/5.8-hanadb-scaleout-pacemaker/templates/20-saphana-rhel.j2
@@ -4,7 +4,7 @@
4
5
Cmnd_Alias SOK = /usr/sbin/crm_attribute -n hana_{{ db_sid | lower }}_glob_srHook -v SOK -t crm_config -s SAPHanaSR
6
Cmnd_Alias SFAIL = /usr/sbin/crm_attribute -n hana_{{ db_sid | lower }}_glob_srHook -v SFAIL -t crm_config -s SAPHanaSR
7
-Cmnd_Alias SRREBOOT = /usr/sbin/crm_attribute -n hana_{{ db_sid | lower }}_gsh -v * -l reboot -t crm_config -s SAPHanaSR
+Cmnd_Alias SRREBOOT = /usr/sbin/crm_attribute -n hana_{{ db_sid | lower }}_gsh -v * -l reboot
8
9
{{ db_sid | lower }}adm ALL=(ALL) NOPASSWD: SOK, SFAIL, SRREBOOT
10
Defaults!SOK, SFAIL, SRREBOOT !requiretty
0 commit comments