summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-16 14:22:31 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-16 14:22:31 -0300
commit2ebc136f0f432f5fdeeffab01198289b657332b0 (patch)
tree4c0b10038d59e08736f94b01eac4d4801df98d4c /manifests/init.pp
parentaf91d2e0abe4174440b132ea4d046a69b97214ae (diff)
downloadpuppet-apache-2ebc136f0f432f5fdeeffab01198289b657332b0.tar.gz
puppet-apache-2ebc136f0f432f5fdeeffab01198289b657332b0.tar.bz2
Support for custom http and https ports
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 3 insertions, 1 deletions
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