This will allow me to easily set KRB5_KTNAME in the ansible playbook when enabling the kerberos authentication.
You would need to either prefix this with - (which means, don't fail if the file doesn't exist) or else ship it in the package with empty contents instead.
-
The - prefix seems nicer.
EnvironmentFile=-/etc/sysconfig/waiverdb
Good to know it, :-D
rebased
Rebased to address the comment.
:+1:
Pull-Request has been merged by mjia
This will allow me to easily set KRB5_KTNAME in the ansible playbook when enabling the kerberos authentication.