From 2ebc136f0f432f5fdeeffab01198289b657332b0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 16 Mar 2014 14:22:31 -0300 Subject: Support for custom http and https ports --- manifests/init.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 22d4bc6..9caf35e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -37,7 +37,9 @@ class apache( $default_folder = '/var/www/data', $server_name = $hostname, $https_proxy = 'no', - $remote_addr = false + $remote_addr = false, + $http_port = '80', + $https_port = '443', ) { include ssl -- cgit v1.2.3