Project

General

Profile

« Previous | Next » 

Revision 7e21ab03

Added by Massimiliano Adamo almost 6 years ago

allow to change Apache http and https port (#325)

View differences:

manifests/apache.pp
apache::vhost { 'pulp-http':
priority => '05',
docroot => '/usr/share/pulp/wsgi',
port => 80,
port => $::pulp::http_port,
servername => $::fqdn,
serveraliases => [$::hostname],
additional_includes => '/etc/pulp/vhosts80/*.conf',
......
apache::vhost { 'pulp-https':
priority => '05',
docroot => '/usr/share/pulp/wsgi',
port => 443,
port => $::pulp::https_port,
servername => $::fqdn,
serveraliases => [$::hostname],
keepalive => 'on',

Also available in: Unified diff