From 74e7e674591ec7a9a90ca8ee035576438271d7ff Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Mon, 7 Aug 2017 14:25:38 +0300 Subject: 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 --- puppet/extraconfig/tls/tls-cert-inject.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/extraconfig') 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 -- cgit 1.2.3-korg