diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-10-26 13:59:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 13:59:44 -0400 |
commit | 070e0002ea820c68445f6bb85b97766086854d57 (patch) | |
tree | 0bb1fa15734b0e198295c62e8b20aa5f4579fcb1 /playbooks/aws/provisioning_vars.yml.example | |
parent | 976e4ac9a50c8d87edc868b861b8ee96f9228fe2 (diff) | |
parent | acf94aa2d1bebf374ff926adf2ff9982d7d43039 (diff) | |
download | openshift-070e0002ea820c68445f6bb85b97766086854d57.tar.gz openshift-070e0002ea820c68445f6bb85b97766086854d57.tar.bz2 openshift-070e0002ea820c68445f6bb85b97766086854d57.tar.xz openshift-070e0002ea820c68445f6bb85b97766086854d57.zip |
Merge pull request #5900 from kwoodson/cert_key_path_fix
Documentation fix for openshift_aws_iam_cert_key_path
Diffstat (limited to 'playbooks/aws/provisioning_vars.yml.example')
-rw-r--r-- | playbooks/aws/provisioning_vars.yml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/aws/provisioning_vars.yml.example b/playbooks/aws/provisioning_vars.yml.example index aa91363ae..1491fb868 100644 --- a/playbooks/aws/provisioning_vars.yml.example +++ b/playbooks/aws/provisioning_vars.yml.example @@ -116,5 +116,5 @@ openshift_aws_base_ami: # ami-12345678 # custom certificates are required for the ELB openshift_aws_iam_cert_path: # '/path/to/wildcard.<clusterid>.example.com.crt' -openshift_aws_iam_key_path: # '/path/to/wildcard.<clusterid>.example.com.key' -#openshift_aws_iam_cert_chain_path: '/path/to/cert.ca.crt' +openshift_aws_iam_cert_key_path: # '/path/to/wildcard.<clusterid>.example.com.key' +openshift_aws_iam_cert_chain_path: # '/path/to/cert.ca.crt' |