From bec73d699eb962d830bf2df52f67c4284286d377 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Thu, 21 Aug 2014 15:25:47 -0400 Subject: [PATCH] dashboard: Remove duplicate parameter listen_ssl Signed-off-by: Dimitri Savineau --- manifests/dashboard.pp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/manifests/dashboard.pp b/manifests/dashboard.pp index 442f3701..78abef03 100644 --- a/manifests/dashboard.pp +++ b/manifests/dashboard.pp @@ -61,9 +61,6 @@ # (optional) Enable debug or not. #  Defaults to true # -# [*listen_ssl*] -# (optional) Enable SSL support in Apache. (Defaults to false) -# # [*horizon_cert*] # (required with listen_ssl) Certificate to use for SSL support. # @@ -85,7 +82,6 @@ class cloud::dashboard( $horizon_ssl_port = 443, $servername = $::fqdn, $api_eth = '127.0.0.1', - $listen_ssl = false, $keystone_host = '127.0.0.1', $keystone_proto = 'http', $keystone_port = 5000,