diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-08-07 14:25:38 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-08-11 04:07:38 +0000 |
commit | 74e7e674591ec7a9a90ca8ee035576438271d7ff (patch) | |
tree | bfb74e91bf5b3516eaf86567f49ae04b9ce009e5 /puppet/extraconfig/tls | |
parent | 5bf7d6582b2346a9c1671430ebead6c358508863 (diff) |
Move HAProxy's public TLS logic from controller to service template
This de-couples public TLS from controllers to now run wherever HAProxy
is deployed.
Partially-Implements: blueprint composable-networks
Change-Id: I9e84a25a363899acf103015527787bdd8248949f
Diffstat (limited to 'puppet/extraconfig/tls')
-rw-r--r-- | puppet/extraconfig/tls/tls-cert-inject.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/extraconfig/tls/tls-cert-inject.yaml b/puppet/extraconfig/tls/tls-cert-inject.yaml index 8cba4351..e81b1142 100644 --- a/puppet/extraconfig/tls/tls-cert-inject.yaml +++ b/puppet/extraconfig/tls/tls-cert-inject.yaml @@ -7,6 +7,7 @@ description: > parameters: # Can be overridden via parameter_defaults in the environment SSLCertificate: + default: '' description: > The content of the SSL certificate (without Key) in PEM format. type: string |