Fix typo for user supplied certificate variable
Change-Id: I74da6c27a7d0992a45103657cd0800dab8143c4f
This commit is contained in:
Jonathan Rosser
committed by
Andrew Bonney
parent
99415e7692
commit
a8593a876e
1 changed files with 1 additions and 1 deletions
@@ -43,7 +43,7 @@
pki_authorities:"{{ haproxy_pki_authorities }}"
pki_install_ca:"{{ haproxy_pki_install_ca }}"
pki_regen_ca:"{{ haproxy_pki_regen_ca }}"
pki_create_certificates:"{{ haprpxy_user_ssl_cert is not defined and haproxy_user_ssl_key is not defined }}"
pki_create_certificates:"{{ haproxy_user_ssl_cert is not defined and haproxy_user_ssl_key is not defined }}"
pki_regen_cert:"{{ haproxy_pki_regen_cert }}"
pki_certificates:"{{ haproxy_pki_certificates }}"
pki_install_certificates:"{{ haproxy_pki_install_certificates }}"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.